]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/cc-cmds.el: declare-functioned forward-subword and
authorTassilo Horn <tassilo@member.fsf.org>
Fri, 20 Nov 2009 14:28:54 +0000 (14:28 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Fri, 20 Nov 2009 14:28:54 +0000 (14:28 +0000)
backward-subword to quit the byte-compiler.

lisp/ChangeLog
lisp/progmodes/cc-cmds.el

index d0eb4efbcc7977c937b1e15149efc04113806502..4b6809af072203419a9e68a559f074d2e79b73a8 100644 (file)
@@ -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.
index e356089d4ad8732618d74a3a4c517dab05de35b1..d5393c4bdb7fe07fbea03cf3f6c7d995cdf479f4 100644 (file)
@@ -1322,6 +1322,10 @@ keyword on the line, the keyword is not inserted inside a literal, and
        (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'."