Mercurial > emacs
changeset 42317:c427880038a5
(locate): Remove dot at the end of error argument.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 25 Dec 2001 11:05:26 +0000 |
parents | b1023d722287 |
children | c09687538990 |
files | lisp/locate.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/locate.el Tue Dec 25 11:03:46 2001 +0000 +++ b/lisp/locate.el Tue Dec 25 11:05:26 2001 +0000 @@ -210,7 +210,7 @@ (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))