emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112868: * isearch.el (isearch-allow-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112868: * isearch.el (isearch-allow-prefix): New defcustoms need :version tags
Date: Wed, 05 Jun 2013 23:23:19 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112868
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-06-05 23:23:19 -0700
message:
  * isearch.el (isearch-allow-prefix): New defcustoms need :version tags
  (chisel this on my tombstone)
modified:
  lisp/isearch.el
=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2013-06-05 20:57:09 +0000
+++ b/lisp/isearch.el   2013-06-06 06:23:19 +0000
@@ -2157,6 +2157,7 @@
 If non-nil, entering a prefix argument will not terminate the
 search.  This option is ignored \(presumed t) when
 `isearch-allow-scroll' is set."
+  :version "24.4"
   :type 'boolean
   :group 'isearch)
 


reply via email to

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