]> code.delx.au - gnu-emacs/commitdiff
Make erc timestamps visible again
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 25 May 2015 14:45:17 +0000 (16:45 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Mon, 25 May 2015 14:45:36 +0000 (16:45 +0200)
* lisp/erc/erc-stamp.el (erc-munge-invisibility-spec): Make
timestamps visible again (if requested).

lisp/erc/erc-stamp.el

index cbcd055c3b0c9fa86ee6202d6d47eb9188e012c2..d264c5960fe3be57bfb964ea98120d9a22072029 100644 (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."