1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

* lisp/progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.

Autoload of define-derived-mode works just fine.
This commit is contained in:
Glenn Morris 2013-09-10 16:28:22 -04:00
parent 02ef6c1a8a
commit 6a5c15d95f
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2013-09-10 Glenn Morris <rgm@gnu.org>
* progmodes/cc-mode.el (awk-mode): Remove duplicate autoload.
2013-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el: Use set-temporary-overlay-map for universal-argument.

View File

@ -1594,10 +1594,6 @@ Key bindings:
;;;###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))