From: Andreas Schwab Date: Sun, 8 Feb 2004 22:38:51 +0000 (+0000) Subject: (dired-do-query-replace-regexp): Add missing X-Git-Tag: ttn-vms-21-2-B4~7700 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=60a8f9289440a7fa0dcdcb1e3e3ae9af583accd8;p=emacs.git (dired-do-query-replace-regexp): Add missing format string argument. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 0a3fa220248..fe8e33cfd48 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -1,6 +1,6 @@ ;;; dired-aux.el --- less commonly used parts of dired -*-byte-compile-dynamic: t;-*- -;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001 +;; Copyright (C) 1985, 1986, 1992, 1994, 1998, 2000, 2001, 2004 ;; Free Software Foundation, Inc. ;; Author: Sebastian Kremer . @@ -2114,7 +2114,7 @@ with the command \\[tags-loop-continue]." (let ((buffer (get-file-buffer file))) (if (and buffer (with-current-buffer buffer buffer-read-only)) - (error "File `%s' is visited read-only")))) + (error "File `%s' is visited read-only" file)))) (tags-query-replace from to delimited '(dired-get-marked-files nil nil 'dired-nondirectory-p)))