diff options
| author | Dave Love | 2001-03-01 20:26:18 +0000 |
|---|---|---|
| committer | Dave Love | 2001-03-01 20:26:18 +0000 |
| commit | 8b797f292d68cf2f9924bbac88d41f22987d6c2a (patch) | |
| tree | 01ad1f7d4789f2aa73c6ee788f5a9aebcbc86810 | |
| parent | 244d58bac0a04868434866e1a0d72e3ff540c257 (diff) | |
| download | emacs-8b797f292d68cf2f9924bbac88d41f22987d6c2a.tar.gz emacs-8b797f292d68cf2f9924bbac88d41f22987d6c2a.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/mm-util.el | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 85dd701a32d..87d82af3a9e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-03-01 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * mm-util.el (mm-inhibit-file-name-handlers): Add | ||
| 4 | image-file-handler. | ||
| 5 | |||
| 1 | 2001-02-11 Dave Love <fx@gnu.org> | 6 | 2001-02-11 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * message.el (message-signature-file): Fix doc, :type. | 8 | * message.el (message-signature-file): Fix doc, :type. |
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index b788a19113b..d0b1eef3321 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el | |||
| @@ -494,8 +494,6 @@ 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)) |