back out remnant of an experiment

This commit is contained in:
Neale Pickett 2015-08-05 13:39:04 -06:00
parent ec9e3fa273
commit eeff07e1cc
1 changed files with 1 additions and 1 deletions

View File

@ -2012,7 +2012,7 @@ activity. Only run if the buffer is not visible and
(t "[]"))) (t "[]")))
(run-hooks 'rcirc-update-activity-string-hook))) (run-hooks 'rcirc-update-activity-string-hook)))
(defun rcirc-activity-string (buffers &optional ignore-faceless) (defun rcirc-activity-string (buffers)
(mapconcat (lambda (b) (mapconcat (lambda (b)
(let ((s (substring-no-properties (rcirc-short-buffer-name b)))) (let ((s (substring-no-properties (rcirc-short-buffer-name b))))
(with-current-buffer b (with-current-buffer b