From: Glenn Morris Date: Thu, 6 Jun 2013 06:23:19 +0000 (-0700) Subject: * isearch.el (isearch-allow-prefix): New defcustoms need :version tags X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~60 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=93df970c5e7219d08c49fe0cb4c2a2b32a1b3d99;p=emacs.git * isearch.el (isearch-allow-prefix): New defcustoms need :version tags (chisel this on my tombstone) --- diff --git a/lisp/isearch.el b/lisp/isearch.el index e6678d33ea4..d9f8b0891e4 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -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)