aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris2015-04-27 23:46:09 -0700
committerGlenn Morris2015-04-27 23:46:09 -0700
commite82fd952f1548e3873ee78a748078ebc2eeb5119 (patch)
treef145cd32eb59ff453edf14b270cdf845a10a6070 /lisp/mail
parent9eca163f170ad2633bd8656d8a649f4144b56a1b (diff)
downloademacs-e82fd952f1548e3873ee78a748078ebc2eeb5119.tar.gz
emacs-e82fd952f1548e3873ee78a748078ebc2eeb5119.zip
; Comments.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/rmailedit.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el
index 15d27a085fe..0b49782d80f 100644
--- a/lisp/mail/rmailedit.el
+++ b/lisp/mail/rmailedit.el
@@ -44,6 +44,8 @@
44 44
45(declare-function rmail-summary-disable "rmailsum" ()) 45(declare-function rmail-summary-disable "rmailsum" ())
46 46
47;; We can't straightforwardly make this derive from text-mode, because
48;; we need to bind (rmail-buffer-swapped) around the text-mode call. :(
47(defun rmail-edit-mode () 49(defun rmail-edit-mode ()
48 "Major mode for editing the contents of an Rmail message. 50 "Major mode for editing the contents of an Rmail message.
49The editing commands are the same as in Text mode, together with 51The editing commands are the same as in Text mode, together with