# HG changeset patch # User Glenn Morris # Date 1196740384 0 # Node ID 5405672da978acdbc1a90f8affb7d7fbc2f5f9b2 # Parent d38cf2bfafa5e8332e9f8d7db05d70bc39f340bf Comment. diff -r d38cf2bfafa5 -r 5405672da978 lisp/progmodes/cc-subword.el --- a/lisp/progmodes/cc-subword.el Tue Dec 04 03:52:39 2007 +0000 +++ b/lisp/progmodes/cc-subword.el Tue Dec 04 03:53:04 2007 +0000 @@ -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