OSDN Git Service

disable iigrep by default for backward compatibility
authorHiraoka <khi@users.osdn.me>
Tue, 27 Dec 2022 11:24:19 +0000 (20:24 +0900)
committerHiraoka <khi@users.osdn.me>
Tue, 27 Dec 2022 11:24:19 +0000 (20:24 +0900)
ChangeLog
howm-vars.el

index 7b86bec..a47566a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-27  HIRAOKA Kazuyuki  <khi@users.osdn.me>
+
+       * howm-vars.el (howm-iigrep-show-what):
+       disable iigrep by default for backward compatibility
+
 2022-12-10  HIRAOKA Kazuyuki  <khi@users.osdn.me>
 
        * configure.ac: version 1.4.9-snapshot3
index 002f0b0..51934a6 100644 (file)
@@ -842,7 +842,7 @@ so that highlighting works correctly."
   :group 'howm-efficiency
   :group 'howm-iigrep)
 
-(defcustom howm-iigrep-show-what 'counts
+(defcustom howm-iigrep-show-what nil
   "Show search results on the fly before hitting RET."
   :type '(radio (const :tag "Off" nil)
                 (const :tag "Counts" counts)