From: Tollef Fog Heen Date: Fri, 8 Aug 2008 12:20:54 +0000 (+0200) Subject: Fix stupid typo X-Git-Tag: 0.1~1 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e284dc2d422e4aaf82e2121bdbcc970b7bbac6c;p=eweouz Fix stupid typo --- 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)))