From 49f7ba471e481ed9adef157563ecd16353551fe9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 11 Dec 2001 07:01:35 +0000 Subject: [PATCH] (webjump-builtin): Remove dot at the end of sentence in error call. --- lisp/net/webjump.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index 53e97ae8f1b..3c2ae4c7d52 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el @@ -300,7 +300,7 @@ Please submit bug reports and other feedback to the author, Neil W. Van Dyke ((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) -- 2.39.5