# HG changeset patch # User Dave Love # Date 983478378 0 # Node ID d860a6ae58437f96a6be183aec6d611546ddbe52 # Parent c1e752e8d2557a2e14db9db64b83cccbb67ed86a *** empty log message *** diff -r c1e752e8d255 -r d860a6ae5843 lisp/gnus/ChangeLog --- 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 + + * mm-util.el (mm-inhibit-file-name-handlers): Add + image-file-handler. + 2001-02-11 Dave Love * message.el (message-signature-file): Fix doc, :type. diff -r c1e752e8d255 -r d860a6ae5843 lisp/gnus/mm-util.el --- 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))