(locate): Remove dot at the end of error argument.

This commit is contained in:
Pavel Janík 2001-12-25 11:07:45 +00:00
parent 634f4a678a
commit c19813f3f5
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2001-12-25 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* locate.el (locate): Remove dot at the end of error argument.
* emerge.el (emerge-show-file-name): Use frame-height instead of
obsolete screen-height.

View file

@ -210,7 +210,7 @@ With prefix arg, prompt for the locate command to run."
(setq input default))
input))))
(if (equal search-string "")
(error "Please specify a filename to search for."))
(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))