aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc.el2
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 3dafd93d5f3..bc11adc7f75 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
12009-01-08 Glenn Morris <rgm@gnu.org>
2
3 * erc.el (tabbar--local-hlf): Silence compiler.
4
12009-01-03 Michael Olson <mwolson@gnu.org> 52009-01-03 Michael Olson <mwolson@gnu.org>
2 6
3 * erc.el (erc-user-input): Do not include text properties when 7 * erc.el (erc-user-input): Do not include text properties when
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 09bc97310d5..a1762d84d94 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -6051,6 +6051,8 @@ if `erc-away' is non-nil."
6051;; erc-goodies is required at end of this file. 6051;; erc-goodies is required at end of this file.
6052(declare-function erc-controls-strip "erc-goodies" (str)) 6052(declare-function erc-controls-strip "erc-goodies" (str))
6053 6053
6054(defvar tabbar--local-hlf)
6055
6054(defun erc-update-mode-line-buffer (buffer) 6056(defun erc-update-mode-line-buffer (buffer)
6055 "Update the mode line in a single ERC buffer BUFFER." 6057 "Update the mode line in a single ERC buffer BUFFER."
6056 (with-current-buffer buffer 6058 (with-current-buffer buffer