mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Quieten cc-mode compilation
* lisp/progmodes/cc-awk.el (c-forward-sws): * lisp/progmodes/cc-cmds.el (c-forward-subword, c-backward-subword): Declare.
This commit is contained in:
parent
1ca93e0184
commit
7511337a8a
2 changed files with 4 additions and 0 deletions
|
|
@ -1317,6 +1317,9 @@ keyword on the line, the keyword is not inserted inside a literal, and
|
|||
(autoload 'c-subword-mode "cc-subword"
|
||||
"Mode enabling subword movement and editing keys." t)))
|
||||
|
||||
(declare-function c-forward-subword "ext:cc-subword" (&optional arg))
|
||||
(declare-function c-backward-subword "ext:cc-subword" (&optional arg))
|
||||
|
||||
;; "nomenclature" functions + c-scope-operator.
|
||||
(defun c-forward-into-nomenclature (&optional arg)
|
||||
"Compatibility alias for `c-forward-subword'."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue