From: Lars Magne Ingebrigtsen Date: Mon, 25 May 2015 14:45:17 +0000 (+0200) Subject: Make erc timestamps visible again X-Git-Tag: emacs-25.0.90~1978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=969f3fb2e247cfcb8b5747d01cdd914998f4e8b1;p=emacs.git Make erc timestamps visible again * lisp/erc/erc-stamp.el (erc-munge-invisibility-spec): Make timestamps visible again (if requested). --- 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."