1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00: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."