emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114193: * lisp/progmodes/cc-mode.el (awk-mode): Rem


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114193: * lisp/progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
Date: Tue, 10 Sep 2013 20:28:27 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114193
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-10 16:28:22 -0400
message:
  * lisp/progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
  Autoload of define-derived-mode works just fine.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/cc-mode.el      ccmode.el-20091113204419-o5vbwnq5f7feedwu-1230
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-10 17:13:48 +0000
+++ b/lisp/ChangeLog    2013-09-10 20:28:22 +0000
@@ -1,3 +1,7 @@
+2013-09-10  Glenn Morris  <address@hidden>
+
+       * progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
+
 2013-09-10  Stefan Monnier  <address@hidden>
 
        * simple.el: Use set-temporary-overlay-map for universal-argument.

=== modified file 'lisp/progmodes/cc-mode.el'
--- a/lisp/progmodes/cc-mode.el 2013-08-28 23:31:06 +0000
+++ b/lisp/progmodes/cc-mode.el 2013-09-10 20:28:22 +0000
@@ -1594,10 +1594,6 @@
 ;;;###autoload (add-to-list 'interpreter-mode-alist '("nawk" . awk-mode))
 ;;;###autoload (add-to-list 'interpreter-mode-alist '("gawk" . awk-mode))
 
-;;; Autoload directives must be on the top level, so we construct an
-;;; autoload form instead.
-;;;###autoload (autoload 'awk-mode "cc-mode" "Major mode for editing AWK 
code." t)
-
 (c-define-abbrev-table 'awk-mode-abbrev-table
   '(("else" "else" c-electric-continued-statement 0)
     ("while" "while" c-electric-continued-statement 0))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]