]> git.eshelyaron.com Git - emacs.git/commitdiff
(erc-controls-strip): Declare for compiler.
authorGlenn Morris <rgm@gnu.org>
Sat, 1 Dec 2007 03:44:37 +0000 (03:44 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 1 Dec 2007 03:44:37 +0000 (03:44 +0000)
lisp/erc/ChangeLog
lisp/erc/erc.el

index fae45a2baba6e4fb1087304cdc74852954ab5d57..bd20dfbed453ae0a96dd24edf4af9c406cd0eab5 100644 (file)
@@ -3,8 +3,8 @@
        * erc-backend.el (erc-server-send-ping): Move after definition of
        erc-server-send.
 
-       * erc.el (iswitchb-temp-buflist, iswitchb-read-buffer): Declare
-       for compiler.
+       * erc.el (iswitchb-temp-buflist, iswitchb-read-buffer)
+       (erc-controls-strip): Declare for compiler.
        (erc-iswitchb): Don't require iswitchb when compiling.  Test
        iswitchb-mode is bound.
 
index e52392d0337b459972091d8075dff9014fb92199..e4e9268bfbe1616b0534455335ca77ea19e4567f 100644 (file)
@@ -5964,6 +5964,9 @@ if `erc-away' is non-nil."
     (cond (lag (format "lag:%.0f" lag))
          (t ""))))
 
+;; erc-goodies is required at end of this file.
+(declare-function erc-controls-strip "erc-goodies" (str))
+
 (defun erc-update-mode-line-buffer (buffer)
   "Update the mode line in a single ERC buffer BUFFER."
   (with-current-buffer buffer