diff options
author | l3thal <l3thal@debian> | 2014-11-08 20:51:43 -0500 |
---|---|---|
committer | l3thal <l3thal@debian> | 2014-11-08 20:51:43 -0500 |
commit | d1036d288de1e047f7f6043188a1063f0d6b044d (patch) | |
tree | 539b06df3227d25928e2a78f8144bf4242be67f9 /lisp/erc/erc-stamp.el | |
parent | 7d8205619a95e44ec5c4d589c538c6616e64483b (diff) | |
download | emacs-d1036d288de1e047f7f6043188a1063f0d6b044d.tar.gz emacs-d1036d288de1e047f7f6043188a1063f0d6b044d.tar.bz2 emacs-d1036d288de1e047f7f6043188a1063f0d6b044d.zip |
backport: erc bugfixes
Diffstat (limited to 'lisp/erc/erc-stamp.el')
-rw-r--r-- | lisp/erc/erc-stamp.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index ab951652bcc..39ffbb4bf38 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 "25.1" :type 'boolean) (defface erc-timestamp-face '((t :weight bold :foreground "green")) |