]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-inhibit-file-name-handlers): Add
authorDave Love <fx@gnu.org>
Thu, 1 Mar 2001 20:17:08 +0000 (20:17 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Mar 2001 20:17:08 +0000 (20:17 +0000)
image-file-handler.

lisp/gnus/mm-util.el

index e083c0524978fb7d02f1ef8aadee04068fe34f4a..b788a19113b365fb7986e664348bbe60d2b2de45 100644 (file)
@@ -455,7 +455,7 @@ Mule4 only."
     (nreverse out)))
 
 (defvar mm-inhibit-file-name-handlers
-  '(jka-compr-handler)
+  '(jka-compr-handler image-file-handler)
   "A list of handlers doing (un)compression (etc) thingies.")
 
 (defun mm-insert-file-contents (filename &optional visit beg end replace
@@ -494,6 +494,8 @@ 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))