aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2006-04-26 20:22:57 +0000
committerStefan Monnier2006-04-26 20:22:57 +0000
commita42beb53d349849bbdb0e6b5b64e0ff0bd1e1c81 (patch)
tree4be8d0b22856ad5a7d08cf4fd83324167b59ccb9
parentbe12bc57de1ab59758c8f3fb258ec07b4e15934a (diff)
downloademacs-a42beb53d349849bbdb0e6b5b64e0ff0bd1e1c81.tar.gz
emacs-a42beb53d349849bbdb0e6b5b64e0ff0bd1e1c81.zip
Fixup commenting convention.
-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))