projects
/
elisp
/
lemi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c6244
)
(rmail-show-mime-message): Set `rmail-revert' to `revert-buffer-function'.
Emacs-21_0_103-revert-fix-0
Emacs-21_0_103-revert-fix-1
Emacs-21_0_103-rmail-output-fix
Emacs-21_0_103-rmail-reply-fix
Emacs-21_0_103-rmail-toggle-header
Emacs-21_0_103-rmail-toggle-header-2
Emacs-21_0_103-subject-p
Emacs-21_0_104-LEMI-1_14-0
author
tomo
<tomo>
Wed, 30 May 2001 06:39:05 +0000
(06:39 +0000)
committer
tomo
<tomo>
Wed, 30 May 2001 06:39:05 +0000
(06:39 +0000)
mail/rmail-mime.el
patch
|
blob
|
history
diff --git
a/mail/rmail-mime.el
b/mail/rmail-mime.el
index
f05e025
..
e49c683
100644
(file)
--- a/
mail/rmail-mime.el
+++ b/
mail/rmail-mime.el
@@
-85,6
+85,8
@@
rmail-current-message))
(make-local-variable 'kill-buffer-hook)
(add-hook 'kill-buffer-hook 'rmail-view-kill-rmail-buffer)
+ (make-local-variable 'revert-buffer-function)
+ (setq revert-buffer-function 'rmail-revert)
(let ((mode-line
(with-current-buffer abuf
(setq rmail-view-buffer buf)