X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/dc120317338a5d8abd6cd0d49d4a7d40bd32d970..d7f9eef0380e53729e2ea6a20cc1f0a18a46a2a2:/lisp/net/webjump.el diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el index 7c5e869a5d..3f004b8864 100644 --- a/lisp/net/webjump.el +++ b/lisp/net/webjump.el @@ -1,6 +1,6 @@ ;;; webjump.el --- programmable Web hotlist -;; Copyright (C) 1996, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1996, 1997, 2004 Free Software Foundation, Inc. ;; Author: Neil W. Van Dyke ;; Created: 09-Aug-1996 @@ -300,7 +300,8 @@ 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" + name)) (webjump-choose-mirror name (cdr (append expr nil)))) ((eq builtin 'name) name)