Mercurial > emacs
changeset 53866:eccc0649ce27
(dired-do-query-replace-regexp): Add missing
format string argument.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 08 Feb 2004 22:38:51 +0000 |
parents | 6a6dc234f296 |
children | ee106e4fa2d8 |
files | lisp/dired-aux.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/dired-aux.el Sun Feb 08 22:38:28 2004 +0000 +++ b/lisp/dired-aux.el Sun Feb 08 22:38:51 2004 +0000 @@ -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 @@ (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)))