*** empty log message ***

This commit is contained in:
Dave Love 2001-03-01 20:26:18 +00:00
parent 244d58bac0
commit 8b797f292d
2 changed files with 5 additions and 2 deletions

View 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.

View 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))