blob: a8fd9667139ca4d75d99ee44c21896f86fa75021 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- howm-vars.el.orig 2015-12-31 13:41:45 UTC
+++ howm-vars.el
@@ -759,7 +759,7 @@ When the value is elisp function, it is
This variable is obsolete and may be removed in future.")
(defvar howm-view-grep-default-option
;; "labels" causes a trouble in git-head emacs (d5e3922) [2015-01-31]
- (let* ((ed (lambda (d) (concat "--exclude-dir=" d)))
+ (let* ((ed (lambda (d) (concat "--exclude=" d)))
(has-ed (condition-case nil
(eq 0 (call-process howm-view-grep-command nil nil nil
(apply ed "/") "--version"))
|