comparison lisp/mail/rmailedit.el @ 86440:4aedd218aad1

* mail/mspools.el (rmail-get-new-mail): * mail/reporter.el (mail-position-on-field, mail-text): * mail/rmail.el (mail-position-on-field, mail-text-start) (rmail-update-summary): * mail/rmailedit.el (rmail-summary-disable) (rmail-summary-enable): * mail/rmailmsc.el (rmail-parse-file-inboxes) (rmail-show-message): * mail/rmailout.el (rmail-update-summary): * mail/rmailsort.el (rmail-update-summary): * mail/sendmail.el (dired-move-to-filename, dired-get-filename) (dired-view-file): * mail/uce.el (mail-strip-quoted-names): * mail/undigest.el (rmail-update-summary): * mail/unrmail.el (mail-strip-quoted-names): * ediff.el (diff-latest-backup-file): Declare as functions. * obsolete/mlsupport.el (ml-previous-page): Fix typo. (kill-to-end-of-line): * obsolete/rnews.el (news-set-minor-modes): Remove non working functions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 25 Nov 2007 16:48:31 +0000
parents 8e27d63c45eb
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
86439:62ce066ba56f 86440:4aedd218aad1
46 (define-key rmail-edit-map "\C-c\C-c" 'rmail-cease-edit) 46 (define-key rmail-edit-map "\C-c\C-c" 'rmail-cease-edit)
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
52 (declare-function rmail-summary-disable "" ())
53 (declare-function rmail-summary-enable "rmailsum" ())
51 54
52 (defun rmail-edit-mode () 55 (defun rmail-edit-mode ()
53 "Major mode for editing the contents of an RMAIL message. 56 "Major mode for editing the contents of an RMAIL message.
54 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
55 to return to regular RMAIL: 58 to return to regular RMAIL: