diff options
| author | Richard M. Stallman | 2004-12-03 00:57:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-03 00:57:23 +0000 |
| commit | 791887d93f9bc34328c996ddaefa423dbf98d54a (patch) | |
| tree | dfc5485a4edec3685e1a53ab6a31418c7cc757ad | |
| parent | ab67e8b694d6a3ec89f300208058e07588a28e85 (diff) | |
| download | emacs-791887d93f9bc34328c996ddaefa423dbf98d54a.tar.gz emacs-791887d93f9bc34328c996ddaefa423dbf98d54a.zip | |
(awk-mode autoload): Supply t meaning interactive function.
| -rw-r--r-- | lisp/progmodes/cc-mode.el | 2 |
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) |