aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-subword.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-subword.el b/lisp/progmodes/cc-subword.el
index b7ba04ad590..72227e33290 100644
--- a/lisp/progmodes/cc-subword.el
+++ b/lisp/progmodes/cc-subword.el
@@ -91,8 +91,8 @@
91;; Don't complain about the `define-minor-mode' form if it isn't defined. 91;; Don't complain about the `define-minor-mode' form if it isn't defined.
92(cc-bytecomp-defvar c-subword-mode) 92(cc-bytecomp-defvar c-subword-mode)
93 93
94;;; Autoload directives must be on the top level, so we construct an 94;; Autoload directives must be on the top level, so we construct an
95;;; autoload form instead. 95;; autoload form instead.
96;;;###autoload (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t) 96;;;###autoload (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
97 97
98(if (not (fboundp 'define-minor-mode)) 98(if (not (fboundp 'define-minor-mode))