From: Richard M. Stallman Date: Fri, 3 Dec 2004 00:57:23 +0000 (+0000) Subject: (awk-mode autoload): Supply t meaning interactive function. X-Git-Tag: ttn-vms-21-2-B4~3454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=791887d93f9bc34328c996ddaefa423dbf98d54a;p=emacs.git (awk-mode autoload): Supply t meaning interactive function. --- 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)