From 969f3fb2e247cfcb8b5747d01cdd914998f4e8b1 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Mon, 25 May 2015 16:45:17 +0200 Subject: [PATCH] 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 file 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." -- 2.39.2