From 93df970c5e7219d08c49fe0cb4c2a2b32a1b3d99 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 5 Jun 2013 23:23:19 -0700 Subject: [PATCH] * isearch.el (isearch-allow-prefix): New defcustoms need :version tags (chisel this on my tombstone) --- lisp/isearch.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.4.GIT