Mercurial > emacs
diff lisp/progmodes/cc-cmds.el @ 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 | b27aeda9c1fd |
children | c898329ba7ba |
line wrap: on
line diff
--- 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'."