From 5e284dc2d422e4aaf82e2121bdbcc970b7bbac6c Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 8 Aug 2008 14:20:54 +0200 Subject: [PATCH] Fix stupid typo --- lisp/eweouz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eweouz.el b/lisp/eweouz.el index 451636d..977b4b0 100644 --- a/lisp/eweouz.el +++ b/lisp/eweouz.el @@ -41,7 +41,7 @@ (defun eweouz-search-do (func string) "Search for the simple string STRING in all fields" (with-temp-buffer - (call-process eweouz-path nil (current-buffer) t string) + (call-process eweouz-dump-path nil (current-buffer) t string) (set-text-properties (point-min) (point-max) nil nil) (goto-char (point-min)) (message (format "%s" (point))) -- 2.39.5