diff options
author | Glenn Morris <rgm@gnu.org> | 2013-06-05 23:23:19 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-06-05 23:23:19 -0700 |
commit | 93df970c5e7219d08c49fe0cb4c2a2b32a1b3d99 (patch) | |
tree | df1c78cab0b67c9ed27532505584866858d103d1 /lisp/isearch.el | |
parent | d2bf7a98a2e390c0af799f7387467f278d93ff3c (diff) | |
download | emacs-93df970c5e7219d08c49fe0cb4c2a2b32a1b3d99.tar.gz |
* isearch.el (isearch-allow-prefix): New defcustoms need :version tags
(chisel this on my tombstone)
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |