1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(erc-controls-strip): Declare for compiler.

This commit is contained in:
Glenn Morris 2007-12-01 03:44:37 +00:00
parent e3abf9d998
commit c2fd78e06d
2 changed files with 5 additions and 2 deletions

View 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.

View 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