]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-do-query-replace-regexp): Add missing
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:38:51 +0000 (22:38 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:38:51 +0000 (22:38 +0000)
format string argument.

lisp/dired-aux.el

index 0a3fa220248a5a6ba394ad2c17a7905fc1589caf..fe8e33cfd48a8685973c72a01490574ac33bc39b 100644 (file)
@@ -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 <sk@thp.uni-koeln.de>.
@@ -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)))