summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-stamp.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>2015-05-25 16:45:17 +0200
committerLars Magne Ingebrigtsen <larsi@gnus.org>2015-05-25 16:45:36 +0200
commit969f3fb2e247cfcb8b5747d01cdd914998f4e8b1 (patch)
treee5948d7e03b03af34b7eff52ff367b675ba3ee2e /lisp/erc/erc-stamp.el
parentadc846ad48022aa43a0ac6f9aec504d2d7710cf7 (diff)
downloademacs-969f3fb2e247cfcb8b5747d01cdd914998f4e8b1.tar.gz
Make erc timestamps visible again
* lisp/erc/erc-stamp.el (erc-munge-invisibility-spec): Make timestamps visible again (if requested).
Diffstat (limited to 'lisp/erc/erc-stamp.el')
-rw-r--r--lisp/erc/erc-stamp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index cbcd055c3b0..d264c5960fe 100644
--- a/lisp/erc/erc-stamp.el
+++ b/lisp/erc/erc-stamp.el
@@ -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."