aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-12-04 03:53:04 +0000
committerGlenn Morris2007-12-04 03:53:04 +0000
commit3428c0e9db0fe85d8b4436d2f94cf9cff84346e7 (patch)
tree64dfd8ce0cc1b140ca655ed37699188dc392daa1
parent4aceef325fc6c5fe4b09646ac2f338fd7e04d569 (diff)
downloademacs-3428c0e9db0fe85d8b4436d2f94cf9cff84346e7.tar.gz
emacs-3428c0e9db0fe85d8b4436d2f94cf9cff84346e7.zip
Comment.
-rw-r--r--lisp/progmodes/cc-subword.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-subword.el b/lisp/progmodes/cc-subword.el
index 68ecd3a0515..d3e613fa254 100644
--- a/lisp/progmodes/cc-subword.el
+++ b/lisp/progmodes/cc-subword.el
@@ -123,6 +123,8 @@ telling us which (X)Emacs version you're using."
123 map) 123 map)
124 "Keymap used in command `c-subword-mode' minor mode.") 124 "Keymap used in command `c-subword-mode' minor mode.")
125 125
126 ;; Produces compiler warning about make-variable-buffer-local not
127 ;; being called at toplevel (due to fboundp test).
126 (define-minor-mode c-subword-mode 128 (define-minor-mode c-subword-mode
127 "Mode enabling subword movement and editing keys. 129 "Mode enabling subword movement and editing keys.
128In spite of GNU Coding Standards, it is popular to name a symbol by 130In spite of GNU Coding Standards, it is popular to name a symbol by