emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118231: * lisp/net/rcirc.el (rcirc-fill-column): Un


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118231: * lisp/net/rcirc.el (rcirc-fill-column): Unbump :version.
Date: Wed, 29 Oct 2014 17:40:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118231
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-10-29 13:40:26 -0400
message:
  * lisp/net/rcirc.el (rcirc-fill-column): Unbump :version.
  A change in the possible :type with no change in the default does not
  merit a :version bump.
  Mark :risky.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/net/rcirc.el              rcirc.el-20091113204419-o5vbwnq5f7feedwu-4032
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-10-29 17:36:33 +0000
+++ b/lisp/ChangeLog    2014-10-29 17:40:26 +0000
@@ -1,5 +1,7 @@
 2014-10-29  Glenn Morris  <address@hidden>
 
+       * net/rcirc.el (rcirc-fill-column): Unbump :version.  Mark :risky.
+
        * version.el (emacs-bzr-version, emacs-bzr-get-version):
        Revert 2014-10-26 change.
 

=== modified file 'lisp/net/rcirc.el'
--- a/lisp/net/rcirc.el 2014-10-29 01:42:51 +0000
+++ b/lisp/net/rcirc.el 2014-10-29 17:40:26 +0000
@@ -148,7 +148,7 @@
 If nil, use value of `fill-column'.
 If a function (e.g., `frame-text-width' or `window-text-width'),
 call it to compute the number of columns."
-  :version "25.1"
+  :risky t                              ; can get funcalled
   :type '(choice (const :tag "Value of `fill-column'" nil)
                 (integer :tag "Number of columns")
                 (function :tag "Function returning the number of columns"))


reply via email to

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