From: Stefan Monnier Date: Tue, 12 Aug 2014 02:56:28 +0000 (-0400) Subject: * lisp/erc/erc-stamp.el (erc-timestamp-intangible): Disable by default because X-Git-Tag: emacs-25.0.90~2635^2~679^2~479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f95757188287d28e9247379f69c0d308f8319782;p=emacs.git * lisp/erc/erc-stamp.el (erc-timestamp-intangible): Disable by default because `intangible' is evil. --- diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index b2860c25520..bf7e1924b52 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,8 @@ +2014-08-12 Stefan Monnier + + * erc-stamp.el (erc-timestamp-intangible): Disable by default because + `intangible' is evil. + 2014-08-07 Kelvin White * erc.el (erc-channel-receive-names): Fix variable names diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index ab951652bcc..37982069abe 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el @@ -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 "24.5" :type 'boolean) (defface erc-timestamp-face '((t :weight bold :foreground "green"))