Mercurial > emacs
changeset 41948:1655364ff839
(webjump-builtin): Remove dot at the end of sentence in error call.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 11 Dec 2001 07:01:35 +0000 |
parents | 3bf347fb3060 |
children | 66bf9fec7803 |
files | lisp/net/webjump.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/webjump.el Tue Dec 11 06:57:29 2001 +0000 +++ b/lisp/net/webjump.el Tue Dec 11 07:01:35 2001 +0000 @@ -300,7 +300,7 @@ ((eq builtin 'mirrors) (if (= (length expr) 1) (error - "WebJump URL builtin \"mirrors\" for \"%s\" needs at least 1 arg.")) + "WebJump URL builtin \"mirrors\" for \"%s\" needs at least 1 arg")) (webjump-choose-mirror name (cdr (append expr nil)))) ((eq builtin 'name) name)