Skip to content

Commit 5b7b3b3

Browse files
author
Mats Lidell
committed
Removed -Z option
* hypb.el (hypb:rgrep-command): Removed -Z option. Different meaning on OS X and GNU/Linux.
1 parent 033bba0 commit 5b7b3b3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
-- Almost all changes listed herein are new as of 2016. --
22

3+
2016-07-26 Mats Lidell <[email protected]>
4+
5+
* hypb.el (hypb:rgrep-command): Removed -Z option.
6+
Different meaning on OS X and GNU/Linux.
7+
38
2016-07-26 Bob Weiner <[email protected]>
49

510
* hypb.el (hypb:rgrep-command): Removed -S option not supported by GNU/Linux.

hypb.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Prefix attached to all native Hyperbole help buffer names.
2727
This should end with a space.")
2828

29-
(defcustom hypb:rgrep-command "grep -insIHZr "
29+
(defcustom hypb:rgrep-command "grep -insIHr "
3030
"*Grep command string and initial arguments to send to `hypb:rgrep' command.
3131
It must end with a space."
3232
:type 'string

0 commit comments

Comments
 (0)