aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris2009-01-29 03:42:17 +0000
committerGlenn Morris2009-01-29 03:42:17 +0000
commit04c17beac362712e893b1b06ebfeb7602598e8da (patch)
tree80df05d61b98b6abd582c80bc2ddb0097608fd9a /lisp/mail
parent0954b0aa0e1e12341e203f68d49ee9b530d81781 (diff)
downloademacs-04c17beac362712e893b1b06ebfeb7602598e8da.tar.gz
emacs-04c17beac362712e893b1b06ebfeb7602598e8da.zip
(rmail-summary-disable): Fix declaration.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmailedit.el2
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 ()