comparison lisp/progmodes/cc-subword.el @ 70239:ad23aa667a59

Fixup commenting convention.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 26 Apr 2006 20:22:57 +0000
parents 1be7d556ba69
children 4cc85f377783
comparison
equal deleted inserted replaced
70238:1be7d556ba69 70239:ad23aa667a59
89 (cc-require 'cc-cmds) 89 (cc-require 'cc-cmds)
90 90
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))
99 (defun c-subword-mode () 99 (defun c-subword-mode ()
100 "(Missing) mode enabling subword movement and editing keys. 100 "(Missing) mode enabling subword movement and editing keys.