]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-stamp.el
Port current-time change to XEmacs 21.4.
[gnu-emacs] / lisp / erc / erc-stamp.el
index ab951652bcc2f9e001426372f7eb292c9a8bc691..39ffbb4bf3819b299b230f754d05812889a4658a 100644 (file)
@@ -147,10 +147,11 @@ the minibuffer."
   :group 'erc-stamp
   :type 'string)
 
-(defcustom erc-timestamp-intangible t
+(defcustom erc-timestamp-intangible nil
   "Whether the timestamps should be intangible, i.e. prevent the point
 from entering them and instead jump over them."
   :group 'erc-stamp
+  :version "25.1"
   :type 'boolean)
 
 (defface erc-timestamp-face '((t :weight bold :foreground "green"))