aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-08 04:10:35 +0000
committerGlenn Morris2009-01-08 04:10:35 +0000
commitc5a345cb87d987d3362489f8d334af50e7de85ca (patch)
tree7420646e75f2c096b8cfe8491a1e78aa53ce68c9
parentd3ace93bd641d71fd10204d26100993d2b71589e (diff)
downloademacs-c5a345cb87d987d3362489f8d334af50e7de85ca.tar.gz
emacs-c5a345cb87d987d3362489f8d334af50e7de85ca.zip
(tabbar--local-hlf): Silence compiler.
-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