summaryrefslogtreecommitdiff
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-12-03 00:57:23 +0000
committerRichard M. Stallman <rms@gnu.org>2004-12-03 00:57:23 +0000
commit791887d93f9bc34328c996ddaefa423dbf98d54a (patch)
treedfc5485a4edec3685e1a53ab6a31418c7cc757ad /lisp/progmodes
parentab67e8b694d6a3ec89f300208058e07588a28e85 (diff)
downloademacs-791887d93f9bc34328c996ddaefa423dbf98d54a.tar.gz
(awk-mode autoload): Supply t meaning interactive function.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/cc-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 6cd0d1b31ca..b8264157b48 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -998,7 +998,7 @@ Key bindings:
;;; 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.")
+;;;###autoload (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t)
(if (not (memq 'syntax-properties c-emacs-features))
(autoload 'awk-mode "awk-mode" "Major mode for editing AWK code." t)