# HG changeset patch # User Richard M. Stallman # Date 1102035443 0 # Node ID e3dfd80003ea45dca04bb17e542bbb321633a6b6 # Parent 168cca775cafc69a48cf26aced5b473ffb6ac97c (awk-mode autoload): Supply t meaning interactive function. diff -r 168cca775caf -r e3dfd80003ea lisp/progmodes/cc-mode.el --- 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)