From eeff07e1cc3982128b5814a680d25c99c9cb6725 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 5 Aug 2015 13:39:04 -0600 Subject: [PATCH] back out remnant of an experiment --- rcirc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcirc.el b/rcirc.el index 3739529..dd441c3 100644 --- a/rcirc.el +++ b/rcirc.el @@ -2012,7 +2012,7 @@ activity. Only run if the buffer is not visible and (t "[]"))) (run-hooks 'rcirc-update-activity-string-hook))) -(defun rcirc-activity-string (buffers &optional ignore-faceless) +(defun rcirc-activity-string (buffers) (mapconcat (lambda (b) (let ((s (substring-no-properties (rcirc-short-buffer-name b)))) (with-current-buffer b