]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/perl-mode.el (c-macro-expand): Remove unnecessary autoload
authorGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:01:30 +0000 (15:01 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 16 Apr 2012 19:01:30 +0000 (15:01 -0400)
(it is in loaddefs.el).

lisp/ChangeLog
lisp/progmodes/perl-mode.el

index 3bed71495e567ea05882642be11dfc992d09dcff..24b564b6d7055acdb7c526457457026b81ca5569 100644 (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.
index aab5f8f65a49abf219767134a451ba1bbbe39103..cfca438a44bdbb0985895dd347aca56793477372 100644 (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
     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)