diff options
Diffstat (limited to 'lisp/mail')
| -rw-r--r-- | lisp/mail/rmailedit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 1c0d63b5aef..8aeacfb8396 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | ;; Rmail Edit mode is suitable only for specially formatted data. | 49 | ;; Rmail Edit mode is suitable only for specially formatted data. |
| 50 | (put 'rmail-edit-mode 'mode-class 'special) | 50 | (put 'rmail-edit-mode 'mode-class 'special) |
| 51 | 51 | ||
| 52 | (declare-function rmail-summary-disable "" ()) | 52 | (declare-function rmail-summary-disable "rmailsum" ()) |
| 53 | (declare-function rmail-summary-enable "rmailsum" ()) | 53 | (declare-function rmail-summary-enable "rmailsum" ()) |
| 54 | 54 | ||
| 55 | (defun rmail-edit-mode () | 55 | (defun rmail-edit-mode () |