]> git.eshelyaron.com Git - emacs.git/commitdiff
* isearch.el (isearch-allow-prefix): New defcustoms need :version tags
authorGlenn Morris <rgm@gnu.org>
Thu, 6 Jun 2013 06:23:19 +0000 (23:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 6 Jun 2013 06:23:19 +0000 (23:23 -0700)
(chisel this on my tombstone)

lisp/isearch.el

index e6678d33ea49f5bd10eb89c406f1d26dd69b65c6..d9f8b0891e4582d3ede82320145f6f203059ed32 100644 (file)
@@ -2157,6 +2157,7 @@ If nil, scrolling commands will first cancel Isearch mode."
 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)