/[emacs]/emacs/lisp/locate.el
ViewVC logotype

Diff of /emacs/lisp/locate.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by rms, Wed Nov 28 13:08:40 2001 UTC revision 1.19 by pj, Tue Dec 25 11:05:26 2001 UTC
# Line 210  With prefix arg, prompt for the locate c Line 210  With prefix arg, prompt for the locate c
210                      (setq input default))                      (setq input default))
211                 input))))                 input))))
212    (if (equal search-string "")    (if (equal search-string "")
213        (error "Please specify a filename to search for."))        (error "Please specify a filename to search for"))
214    (let* ((locate-cmd-list (funcall locate-make-command-line search-string))    (let* ((locate-cmd-list (funcall locate-make-command-line search-string))
215           (locate-cmd (car locate-cmd-list))           (locate-cmd (car locate-cmd-list))
216           (locate-cmd-args (cdr locate-cmd-list))           (locate-cmd-args (cdr locate-cmd-list))

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26