Fixup commenting convention.
This commit is contained in:
parent
be12bc57de
commit
a42beb53d3
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@
|
|||
;; Don't complain about the `define-minor-mode' form if it isn't defined.
|
||||
(cc-bytecomp-defvar c-subword-mode)
|
||||
|
||||
;;; Autoload directives must be on the top level, so we construct an
|
||||
;;; autoload form instead.
|
||||
;; Autoload directives must be on the top level, so we construct an
|
||||
;; autoload form instead.
|
||||
;;;###autoload (autoload 'c-subword-mode "cc-subword" "Mode enabling subword movement and editing keys." t)
|
||||
|
||||
(if (not (fboundp 'define-minor-mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue