Gnus development mailing list
 help / color / mirror / Atom feed
* small bug fix to mm-decode (0.27)
@ 1998-09-12  9:43 Istvan Marko
  0 siblings, 0 replies; only message in thread
From: Istvan Marko @ 1998-09-12  9:43 UTC (permalink / raw)



--- mm-decode.el	1998/09/12 09:38:50	1.1
+++ mm-decode.el	1998/09/12 09:39:04
@@ -305,7 +305,7 @@
       (insert-buffer-substring (mm-handle-buffer handle))
       (mm-decode-content-transfer-encoding (mm-handle-encoding handle))
       (when (or (not (file-exists-p file))
-		(yes-or-no-p (format "File %s already exists; overwrite? ")))
+		(yes-or-no-p (format "File %s already exists; overwrite? " file)))
 	(write-region (point-min) (point-max) file)))))
 
 (defun mm-pipe-part (handle)


-- 
	Istvan


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1998-09-12  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-09-12  9:43 small bug fix to mm-decode (0.27) Istvan Marko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).