1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Make erc timestamps visible again

* lisp/erc/erc-stamp.el (erc-munge-invisibility-spec): Make
timestamps visible again (if requested).
This commit is contained in:
Lars Magne Ingebrigtsen 2015-05-25 16:45:17 +02:00
parent adc846ad48
commit 969f3fb2e2

View file

@ -370,8 +370,8 @@ Return the empty string if FORMAT is nil."
(and erc-echo-timestamps (not (bound-and-true-p cursor-sensor-mode))
(cursor-sensor-mode 1))
(if erc-hide-timestamps
(add-to-invisibility-spec 'timespec)
(remove-from-invisibility-spec 'timespec)))
(add-to-invisibility-spec 'timestamp)
(remove-from-invisibility-spec 'timestamp)))
(defun erc-hide-timestamps ()
"Hide timestamp information from display."