emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 969f3fb: Make erc timestamps visible again


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 969f3fb: Make erc timestamps visible again
Date: Mon, 25 May 2015 14:45:43 +0000

branch: master
commit 969f3fb2e247cfcb8b5747d01cdd914998f4e8b1
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Lars Magne Ingebrigtsen <address@hidden>

    Make erc timestamps visible again
    
    * lisp/erc/erc-stamp.el (erc-munge-invisibility-spec): Make
    timestamps visible again (if requested).
---
 lisp/erc/erc-stamp.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el
index cbcd055..d264c59 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]