(rmail-revert): Use the default revert-buffer-function
This commit is contained in:
parent
438759b31a
commit
a9db66a4f1
1 changed files with 1 additions and 1 deletions
|
@ -657,7 +657,7 @@ Instead, these commands are available:
|
|||
|
||||
;; Handle M-x revert-buffer done in an rmail-mode buffer.
|
||||
(defun rmail-revert (arg noconfirm)
|
||||
(let (revert-buffer-function)
|
||||
(let ((revert-buffer-function (default-value 'revert-buffer-function)))
|
||||
;; Call our caller again, but this time it does the default thing.
|
||||
(if (revert-buffer arg noconfirm)
|
||||
;; If the user said "yes", and we changed something,
|
||||
|
|
Loading…
Add table
Reference in a new issue