backward-subword to quit the byte-compiler.
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.
(delete-char -2)))))
\f
+
+(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'."