emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117692: * lisp/erc/erc-stamp.el (erc-timestamp-inta


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r117692: * lisp/erc/erc-stamp.el (erc-timestamp-intangible): Disable by default because
Date: Tue, 12 Aug 2014 02:56:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117692
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2014-08-11 22:56:28 -0400
message:
  * lisp/erc/erc-stamp.el (erc-timestamp-intangible): Disable by default because
  `intangible' is evil.
modified:
  lisp/erc/ChangeLog             changelog-20091113204419-o5vbwnq5f7feedwu-4305
  lisp/erc/erc-stamp.el          
ercstamp.el-20091113204419-o5vbwnq5f7feedwu-4341
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2014-08-07 16:44:19 +0000
+++ b/lisp/erc/ChangeLog        2014-08-12 02:56:28 +0000
@@ -1,3 +1,8 @@
+2014-08-12  Stefan Monnier  <address@hidden>
+
+       * erc-stamp.el (erc-timestamp-intangible): Disable by default because
+       `intangible' is evil.
+
 2014-08-07  Kelvin White  <address@hidden>
 
        * erc.el (erc-channel-receive-names): Fix variable names

=== modified file 'lisp/erc/erc-stamp.el'
--- a/lisp/erc/erc-stamp.el     2014-02-10 01:34:22 +0000
+++ b/lisp/erc/erc-stamp.el     2014-08-12 02:56:28 +0000
@@ -147,10 +147,11 @@
   :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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]