]> code.delx.au - gnu-emacs/blobdiff - lisp/net/webjump.el
(webjump-builtin): Add missing format string
[gnu-emacs] / lisp / net / webjump.el
index 7c5e869a5d495dde0a79a9d8f9b4baec44a3843f..3f004b8864eff117e15df1b743118200b6efb545 100644 (file)
@@ -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)