From d7f9eef0380e53729e2ea6a20cc1f0a18a46a2a2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 8 Feb 2004 22:32:51 +0000 Subject: [PATCH] (webjump-builtin): Add missing format string argument. --- lisp/net/webjump.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.39.2