]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 6cd0d1b31ca7a113b3f55e457d8b3ee507182ae1..b8264157b48242f3b580b46739a5900ee02d50bd 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)