emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 7511337 1/2: Quieten cc-mode compilation


From: Glenn Morris
Subject: [Emacs-diffs] master 7511337 1/2: Quieten cc-mode compilation
Date: Wed, 06 May 2015 20:02:52 +0000

branch: master
commit 7511337a8a651f9b8a07576bbfafb0ace9e38d53
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Quieten cc-mode compilation
    
    * lisp/progmodes/cc-awk.el (c-forward-sws):
    * lisp/progmodes/cc-cmds.el (c-forward-subword, c-backward-subword):
    Declare.
---
 lisp/progmodes/cc-awk.el  |    1 +
 lisp/progmodes/cc-cmds.el |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/lisp/progmodes/cc-awk.el b/lisp/progmodes/cc-awk.el
index 1ef80c8..ad02485 100644
--- a/lisp/progmodes/cc-awk.el
+++ b/lisp/progmodes/cc-awk.el
@@ -61,6 +61,7 @@
 (cc-bytecomp-defun c-backward-token-1)
 (cc-bytecomp-defun c-beginning-of-statement-1)
 (cc-bytecomp-defun c-backward-sws)
+(cc-bytecomp-defun c-forward-sws)
 
 (defvar awk-mode-syntax-table
   (let ((st (make-syntax-table)))
diff --git a/lisp/progmodes/cc-cmds.el b/lisp/progmodes/cc-cmds.el
index 68075f3..94dc34b 100644
--- a/lisp/progmodes/cc-cmds.el
+++ b/lisp/progmodes/cc-cmds.el
@@ -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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]