changeset 36474:d860a6ae5843

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 01 Mar 2001 20:26:18 +0000
parents c1e752e8d255
children 488c4787ec0a
files lisp/gnus/ChangeLog lisp/gnus/mm-util.el
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Thu Mar 01 20:17:08 2001 +0000
+++ b/lisp/gnus/ChangeLog	Thu Mar 01 20:26:18 2001 +0000
@@ -1,3 +1,8 @@
+2001-03-01  Dave Love  <fx@gnu.org>
+
+	* mm-util.el (mm-inhibit-file-name-handlers): Add
+	image-file-handler.
+
 2001-02-11  Dave Love  <fx@gnu.org>
 
 	* message.el (message-signature-file): Fix doc, :type.
--- a/lisp/gnus/mm-util.el	Thu Mar 01 20:17:08 2001 +0000
+++ b/lisp/gnus/mm-util.el	Thu Mar 01 20:26:18 2001 +0000
@@ -494,8 +494,6 @@
   (let ((coding-system-for-write 
 	 (or codesys mm-text-coding-system-for-write 
 	     mm-text-coding-system))
-	;; Why on earth doesn't this just nullify
-	;; file-name-handler-alist?  -- fx
 	(inhibit-file-name-operation (if inhibit 
 					 'append-to-file
 				       inhibit-file-name-operation))