comparison lisp/mail/rmailedit.el @ 101633:c92166611a26

(rmail-summary-disable): Fix declaration.
author Glenn Morris <rgm@gnu.org>
date Thu, 29 Jan 2009 03:42:17 +0000
parents caac907da88d
children b87c9a6e8490
comparison
equal deleted inserted replaced
101632:f2c12c2dac63 101633:c92166611a26
47 (define-key rmail-edit-map "\C-c\C-]" 'rmail-abort-edit)) 47 (define-key rmail-edit-map "\C-c\C-]" 'rmail-abort-edit))
48 48
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 ()
56 "Major mode for editing the contents of an RMAIL message. 56 "Major mode for editing the contents of an RMAIL message.
57 The editing commands are the same as in Text mode, together with two commands 57 The editing commands are the same as in Text mode, together with two commands