(awk-mode autoload): Supply t meaning interactive function.
authorRichard M. Stallman <rms@gnu.org>
Fri, 3 Dec 2004 00:57:23 +0000 (00:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 3 Dec 2004 00:57:23 +0000 (00:57 +0000)
lisp/progmodes/cc-mode.el

index 6cd0d1b..b826415 100644 (file)
@@ -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)