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:
parent
adc846ad48
commit
969f3fb2e2
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user