From c19813f3f5cf259d823b2d98878e06cf8fef269e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 25 Dec 2001 11:07:45 +0000 Subject: [PATCH] (locate): Remove dot at the end of error argument. --- lisp/ChangeLog | 2 ++ lisp/locate.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a46f4ea292..1697f1a200d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-12-25 Pavel Jan,Bm(Bk + * 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. diff --git a/lisp/locate.el b/lisp/locate.el index 12eb08a0326..c467665a8e5 100644 --- a/lisp/locate.el +++ b/lisp/locate.el @@ -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)) -- 2.39.5