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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/locate.el
Date: Tue, 25 Dec 2001 06:05:26 -0500

Index: emacs/lisp/locate.el
diff -c emacs/lisp/locate.el:1.18 emacs/lisp/locate.el:1.19
*** emacs/lisp/locate.el:1.18   Wed Nov 28 08:08:40 2001
--- emacs/lisp/locate.el        Tue Dec 25 06:05:26 2001
***************
*** 210,216 ****
                    (setq input default))
               input))))
    (if (equal search-string "")
!       (error "Please specify a filename to search for."))
    (let* ((locate-cmd-list (funcall locate-make-command-line search-string))
         (locate-cmd (car locate-cmd-list))
         (locate-cmd-args (cdr locate-cmd-list))
--- 210,216 ----
                    (setq input default))
               input))))
    (if (equal search-string "")
!       (error "Please specify a filename to search for"))
    (let* ((locate-cmd-list (funcall locate-make-command-line search-string))
         (locate-cmd (car locate-cmd-list))
         (locate-cmd-args (cdr locate-cmd-list))



reply via email to

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