aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
370 (and erc-echo-timestamps (not (bound-and-true-p cursor-sensor-mode)) 370 (and erc-echo-timestamps (not (bound-and-true-p cursor-sensor-mode))
371 (cursor-sensor-mode 1)) 371 (cursor-sensor-mode 1))
372 (if erc-hide-timestamps 372 (if erc-hide-timestamps
373 (add-to-invisibility-spec 'timespec) 373 (add-to-invisibility-spec 'timestamp)
374 (remove-from-invisibility-spec 'timespec))) 374 (remove-from-invisibility-spec 'timestamp)))
375 375
376(defun erc-hide-timestamps () 376(defun erc-hide-timestamps ()
377 "Hide timestamp information from display." 377 "Hide timestamp information from display."