A change in the possible :type with no change in the default does not
merit a :version bump.
Mark :risky.
2014-10-29 Glenn Morris <rgm@gnu.org>
+ * net/rcirc.el (rcirc-fill-column): Unbump :version. Mark :risky.
+
* version.el (emacs-bzr-version, emacs-bzr-get-version):
Revert 2014-10-26 change.
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"))