mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(locate): Remove dot at the end of error argument.
This commit is contained in:
parent
634f4a678a
commit
c19813f3f5
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue