emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/locate.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/locate.el,v
Date: Fri, 20 Apr 2007 13:58:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/20 13:58:01

Index: locate.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/locate.el,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- locate.el   21 Jan 2007 03:53:11 -0000      1.40
+++ locate.el   20 Apr 2007 13:58:01 -0000      1.41
@@ -310,7 +310,7 @@
         (set (make-local-variable 'locate-current-filter) filter)
 
         (if run-locate-command
-            (shell-command search-string)
+            (shell-command search-string (current-buffer))
           (apply 'call-process locate-cmd nil t nil locate-cmd-args))
 
         (and filter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]