]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 1 Mar 2001 20:26:18 +0000 (20:26 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Mar 2001 20:26:18 +0000 (20:26 +0000)
lisp/gnus/ChangeLog
lisp/gnus/mm-util.el

index 85dd701a32d038450803b977159e0ad85927bae1..87d82af3a9ed84eedfb87ca9acbf975d98ef9144 100644 (file)
@@ -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.
index b788a19113b365fb7986e664348bbe60d2b2de45..d0b1eef332154f697e16769aad842598a619f076 100644 (file)
@@ -494,8 +494,6 @@ If INHIBIT is non-nil, inhibit mm-inhibit-file-name-handlers."
   (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))