Mercurial > emacs
changeset 58747:e3dfd80003ea
(awk-mode autoload): Supply t meaning interactive function.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 03 Dec 2004 00:57:23 +0000 |
parents | 168cca775caf |
children | e347a194391a |
files | lisp/progmodes/cc-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-mode.el Fri Dec 03 00:30:33 2004 +0000 +++ b/lisp/progmodes/cc-mode.el Fri Dec 03 00:57:23 2004 +0000 @@ -998,7 +998,7 @@ ;;; 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)