Mercurial > emacs
changeset 106164:a17260f0735a
* progmodes/cc-cmds.el: declare-functioned forward-subword and
backward-subword to quit the byte-compiler.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Fri, 20 Nov 2009 14:28:54 +0000 |
parents | 42b0c234616a |
children | 0a1b5bffcd05 |
files | lisp/ChangeLog lisp/progmodes/cc-cmds.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 20 14:05:18 2009 +0000 +++ b/lisp/ChangeLog Fri Nov 20 14:28:54 2009 +0000 @@ -1,5 +1,8 @@ 2009-11-20 Tassilo Horn <tassilo@member.fsf.org> + * progmodes/cc-cmds.el: declare-functioned forward-subword and + backward-subword to quit the byte-compiler. + * makefile.w32-in: Don't refer cc-subword.elc but subword.elc. * Makefile.in: Don't refer cc-subword.elc but subword.elc.
--- a/lisp/progmodes/cc-cmds.el Fri Nov 20 14:05:18 2009 +0000 +++ b/lisp/progmodes/cc-cmds.el Fri Nov 20 14:28:54 2009 +0000 @@ -1322,6 +1322,10 @@ (delete-char -2))))) + +(declare-function forward-subword "subword" (&optional arg)) +(declare-function backward-subword "subword" (&optional arg)) + ;; "nomenclature" functions + c-scope-operator. (defun c-forward-into-nomenclature (&optional arg) "Compatibility alias for `c-forward-subword'."