From: Pavel Janík Date: Tue, 11 Dec 2001 07:01:35 +0000 (+0000) Subject: (webjump-builtin): Remove dot at the end of sentence in error call. X-Git-Tag: ttn-vms-21-2-B4~17796 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49f7ba471e481ed9adef157563ecd16353551fe9;p=emacs.git (webjump-builtin): Remove dot at the end of sentence in error call. --- 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)