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:
parent
e3abf9d998
commit
c2fd78e06d
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user