aboutsummaryrefslogtreecommitdiff
path: root/deskutils/howm/files
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2012-03-11 13:51:07 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2012-03-11 13:51:07 +0000
commita357338f28cbcecb8077d4b4df8b9b3ed36cd5f6 (patch)
tree6dd39af85cd1cd837fe1f962443eb7c35c71e722 /deskutils/howm/files
parent805363f73bc5ce295e8c17d2ef7be59c9efe7a0f (diff)
downloadports-a357338f28cbcecb8077d4b4df8b9b3ed36cd5f6.tar.gz
ports-a357338f28cbcecb8077d4b4df8b9b3ed36cd5f6.zip
- Upgrade to 1.3.9.2.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=293118
Diffstat (limited to 'deskutils/howm/files')
-rw-r--r--deskutils/howm/files/patch-howm-vars.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/deskutils/howm/files/patch-howm-vars.el b/deskutils/howm/files/patch-howm-vars.el
index 028b9984b7ec..57588532f0fb 100644
--- a/deskutils/howm/files/patch-howm-vars.el
+++ b/deskutils/howm/files/patch-howm-vars.el
@@ -1,11 +1,11 @@
---- howm-vars.el.orig 2010-01-18 00:13:34.830023820 +0900
-+++ howm-vars.el 2010-01-18 00:13:50.346324312 +0900
-@@ -657,7 +657,7 @@
+--- howm-vars.el.orig 2011-08-23 20:48:27.000000000 +0900
++++ howm-vars.el 2012-03-11 22:18:42.730947048 +0900
+@@ -679,7 +679,7 @@
+ "*Command name for fgrep.
This variable is obsolete and may be removed in future.")
(defvar howm-view-grep-default-option
- (concat "-Hnr "
-- (mapconcat (lambda (d) (concat "--exclude-dir=" d))
-+ (mapconcat (lambda (d) (concat "--exclude=" d))
- howm-excluded-dirs " ")))
- (howm-defcustom-risky howm-view-grep-option howm-view-grep-default-option
- "*Common grep option for howm."
+- (labels ((ed (d) (concat "--exclude-dir=" d)))
++ (labels ((ed (d) (concat "--exclude=" d)))
+ (let* ((has-ed (condition-case nil
+ (eq 0 (call-process howm-view-grep-command nil nil nil
+ (ed "/") "--version"))