aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-03 00:57:23 +0000
committerRichard M. Stallman2004-12-03 00:57:23 +0000
commit791887d93f9bc34328c996ddaefa423dbf98d54a (patch)
treedfc5485a4edec3685e1a53ab6a31418c7cc757ad
parentab67e8b694d6a3ec89f300208058e07588a28e85 (diff)
downloademacs-791887d93f9bc34328c996ddaefa423dbf98d54a.tar.gz
emacs-791887d93f9bc34328c996ddaefa423dbf98d54a.zip
(awk-mode autoload): Supply t meaning interactive function.
-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:
998 998
999;;; Autoload directives must be on the top level, so we construct an 999;;; Autoload directives must be on the top level, so we construct an
1000;;; autoload form instead. 1000;;; autoload form instead.
1001;;;###autoload (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code.") 1001;;;###autoload (autoload 'awk-mode "cc-mode" "Major mode for editing AWK code." t)
1002 1002
1003(if (not (memq 'syntax-properties c-emacs-features)) 1003(if (not (memq 'syntax-properties c-emacs-features))
1004 (autoload 'awk-mode "awk-mode" "Major mode for editing AWK code." t) 1004 (autoload 'awk-mode "awk-mode" "Major mode for editing AWK code." t)