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,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-subword.el,v
Date: Tue, 04 Dec 2007 03:53:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/12/04 03:53:04

Index: cc-subword.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/cc-subword.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- cc-subword.el       26 Jul 2007 05:27:25 -0000      1.9
+++ cc-subword.el       4 Dec 2007 03:53:04 -0000       1.10
@@ -123,6 +123,8 @@
       map)
     "Keymap used in command `c-subword-mode' minor mode.")
 
+  ;; Produces compiler warning about make-variable-buffer-local not
+  ;; being called at toplevel (due to fboundp test).
   (define-minor-mode c-subword-mode
     "Mode enabling subword movement and editing keys.
 In spite of GNU Coding Standards, it is popular to name a symbol by




reply via email to

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