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:
parent
adc846ad48
commit
969f3fb2e2
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue