1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 05:52:32 -08:00

* isearch.el (isearch-allow-prefix): New defcustoms need :version tags

(chisel this on my tombstone)
This commit is contained in:
Glenn Morris 2013-06-05 23:23:19 -07:00
parent d2bf7a98a2
commit 93df970c5e

View 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)