comparison lisp/gnus/mm-util.el @ 36474:d860a6ae5843

*** empty log message ***
author Dave Love <fx@gnu.org>
date Thu, 01 Mar 2001 20:26:18 +0000
parents c1e752e8d255
children 9b4d3e18dcf7
comparison
equal deleted inserted replaced
36473:c1e752e8d255 36474:d860a6ae5843
492 encoding the file. 492 encoding the file.
493 If INHIBIT is non-nil, inhibit mm-inhibit-file-name-handlers." 493 If INHIBIT is non-nil, inhibit mm-inhibit-file-name-handlers."
494 (let ((coding-system-for-write 494 (let ((coding-system-for-write
495 (or codesys mm-text-coding-system-for-write 495 (or codesys mm-text-coding-system-for-write
496 mm-text-coding-system)) 496 mm-text-coding-system))
497 ;; Why on earth doesn't this just nullify
498 ;; file-name-handler-alist? -- fx
499 (inhibit-file-name-operation (if inhibit 497 (inhibit-file-name-operation (if inhibit
500 'append-to-file 498 'append-to-file
501 inhibit-file-name-operation)) 499 inhibit-file-name-operation))
502 (inhibit-file-name-handlers 500 (inhibit-file-name-handlers
503 (if inhibit 501 (if inhibit