From 791887d93f9bc34328c996ddaefa423dbf98d54a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 3 Dec 2004 00:57:23 +0000 Subject: [PATCH] (awk-mode autoload): Supply t meaning interactive function. --- lisp/progmodes/cc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5