aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorGlenn Morris2014-10-29 22:15:28 -0700
committerGlenn Morris2014-10-29 22:15:28 -0700
commit52b410c60aebeb769ec9580af25ca50df2a44751 (patch)
treeba5de0b896c5ea410ceb2f2f1866c0fac73ea236 /lisp/erc
parentcc99f920f507d28bb1422f8a3d52723ddc734c8a (diff)
parent237bf45a48999d5a8a3617822dddf3ea305bc269 (diff)
downloademacs-52b410c60aebeb769ec9580af25ca50df2a44751.tar.gz
emacs-52b410c60aebeb769ec9580af25ca50df2a44751.zip
Merge from emacs-24; up to 117634
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/erc-track.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 47e76c3ea1e..fae6be433fd 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -265,9 +265,7 @@ nil - don't add to mode line."
265 (erc-track-add-to-mode-line val)))) 265 (erc-track-add-to-mode-line val))))
266 266
267(defun erc-modified-channels-object (strings) 267(defun erc-modified-channels-object (strings)
268 "Generate a new `erc-modified-channels-object' based on STRINGS. 268 "Generate a new `erc-modified-channels-object' based on STRINGS."
269If STRINGS is nil, we initialize `erc-modified-channels-object' to
270an appropriate initial value for this flavor of Emacs."
271 (if strings 269 (if strings
272 (if (featurep 'xemacs) 270 (if (featurep 'xemacs)
273 (let ((e-m-c-s '("["))) 271 (let ((e-m-c-s '("[")))
@@ -743,7 +741,7 @@ only consider active buffers visible.")
743(defvar erc-modified-channels-update-inside nil 741(defvar erc-modified-channels-update-inside nil
744 "Variable to prevent running `erc-modified-channels-update' multiple 742 "Variable to prevent running `erc-modified-channels-update' multiple
745times. Without it, you cannot debug `erc-modified-channels-display', 743times. Without it, you cannot debug `erc-modified-channels-display',
746because the debugger also cases changes to the window-configuration.") 744because the debugger also causes changes to the window-configuration.")
747 745
748(defun erc-modified-channels-update (&rest _args) 746(defun erc-modified-channels-update (&rest _args)
749 "This function updates the information in `erc-modified-channels-alist' 747 "This function updates the information in `erc-modified-channels-alist'