1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

* lisp/progmodes/perl-mode.el (c-macro-expand): Remove unnecessary autoload

(it is in loaddefs.el).
This commit is contained in:
Glenn Morris 2012-04-16 15:01:30 -04:00
parent 5a0978ce61
commit 20f0c46dcd
2 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,8 @@
2012-04-16 Glenn Morris <rgm@gnu.org>
* progmodes/perl-mode.el (c-macro-expand):
Remove unnecessary autoload (it is in loaddefs.el).
* textmodes/picture.el (picture-desired-column)
(picture-update-desired-column): Convert comments to doc-strings.
(picture-substitute): Remove function.

View File

@ -1,6 +1,6 @@
;;; perl-mode.el --- Perl code editing commands for GNU Emacs
;; Copyright (C) 1990, 1994, 2001-2012 Free Software Foundation, Inc.
;; Copyright (C) 1990, 1994, 2001-2012 Free Software Foundation, Inc.
;; Author: William F. Mann
;; Maintainer: FSF
@ -133,11 +133,6 @@
map)
"Keymap used in Perl mode.")
(autoload 'c-macro-expand "cmacexp"
"Display the result of expanding all C macros occurring in the region.
The expansion is entirely correct because it uses the C preprocessor."
t)
(defvar perl-mode-syntax-table
(let ((st (make-syntax-table (standard-syntax-table))))
(modify-syntax-entry ?\n ">" st)