From: Glenn Morris Date: Tue, 4 Dec 2007 03:53:04 +0000 (+0000) Subject: Comment. X-Git-Tag: emacs-pretest-23.0.90~9114 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3428c0e9db0fe85d8b4436d2f94cf9cff84346e7;p=emacs.git Comment. --- 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." 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