emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-subword.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-subword.el
Date: Wed, 26 Apr 2006 20:22:57 +0000

Index: emacs/lisp/progmodes/cc-subword.el
diff -u emacs/lisp/progmodes/cc-subword.el:1.3 
emacs/lisp/progmodes/cc-subword.el:1.4
--- emacs/lisp/progmodes/cc-subword.el:1.3      Wed Apr 26 20:21:56 2006
+++ emacs/lisp/progmodes/cc-subword.el  Wed Apr 26 20:22:57 2006
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]