]> err.no Git - eweouz/commitdiff
Fix stupid typo
authorTollef Fog Heen <tfheen@err.no>
Fri, 8 Aug 2008 12:20:54 +0000 (14:20 +0200)
committerTollef Fog Heen <tfheen@err.no>
Fri, 8 Aug 2008 12:20:54 +0000 (14:20 +0200)
lisp/eweouz.el

index 451636d4b4e6671a0ee57aee9e84199409490b05..977b4b0dbbefe91e613e5ec79035c53b1373d09b 100644 (file)
@@ -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)))