# HG changeset patch # User Glenn Morris # Date 1196480666 0 # Node ID fe097988e4e698599bc4ac6c54dae457799d80ed # Parent f56ba34e2596b28e17500b69d7bfd43453f621d8 (erc-controls-strip): Declare for compiler. diff -r f56ba34e2596 -r fe097988e4e6 lisp/erc/erc.el --- a/lisp/erc/erc.el Sat Dec 01 03:41:16 2007 +0000 +++ b/lisp/erc/erc.el Sat Dec 01 03:44:26 2007 +0000 @@ -5964,6 +5964,9 @@ (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