mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(rmail-output-body-to-file): Use format', not message', in `y-or-n-p' call.
This commit is contained in:
parent
674b7bae63
commit
2c1459a04a
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ FILE-NAME defaults, interactively, from the Subject field of the message."
|
|||
(goto-char (point-min))
|
||||
(search-forward "\n\n")
|
||||
(and (file-exists-p file-name)
|
||||
(not (y-or-n-p (message "File %s exists; overwrite? " file-name)))
|
||||
(not (y-or-n-p (format "File %s exists; overwrite? " file-name)))
|
||||
(error "Operation aborted"))
|
||||
(write-region (point) (point-max) file-name)
|
||||
(if (equal major-mode 'rmail-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue