summaryrefslogtreecommitdiff
path: root/lisp/net/webjump.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2004-02-08 22:32:51 +0000
committerAndreas Schwab <schwab@suse.de>2004-02-08 22:32:51 +0000
commitfbca557604a039240b93d0d7f01888c01f76b647 (patch)
tree259d42caada81025874a83f5f722196710691e2a /lisp/net/webjump.el
parent674de71545d687ebfbe9f56f1348c11d8d28dbdb (diff)
downloademacs-fbca557604a039240b93d0d7f01888c01f76b647.tar.gz
(webjump-builtin): Add missing format string
argument.
Diffstat (limited to 'lisp/net/webjump.el')
-rw-r--r--lisp/net/webjump.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/net/webjump.el b/lisp/net/webjump.el
index 7c5e869a5d4..3f004b8864e 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 <nwv@acm.org>
;; 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)