]> git.eshelyaron.com Git - emacs.git/commitdiff
Update commentary.
authorGlenn Morris <rgm@gnu.org>
Sat, 28 Feb 2009 03:26:58 +0000 (03:26 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 28 Feb 2009 03:26:58 +0000 (03:26 +0000)
(rmail-mime): Add autoload cookie.

lisp/ChangeLog
lisp/mail/rmailmm.el

index 138d9b0fd9fd392226e006b0b81fa4825b41316f..b7d6cfdb9ad23630e7397cac6df55f9c5d3b6e0a 100644 (file)
@@ -1,3 +1,15 @@
+2009-02-28  Glenn Morris  <rgm@gnu.org>
+
+       * mail/rmailmm.el (rmail-mime): Add autoload cookie.
+       * mail/rmail.el (rmail-mode-map):
+       * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
+
+       * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
+       Fix custom choice to match default.
+       (rmail-get-new-mail): Doc fix.
+       (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
+       header style.
+
 2009-02-27  Chong Yidong  <cyd@stupidchicken.com>
 
        * replace.el (keep-lines-read-args): Use empty string as
index 6f63c90af72bdfeaf4fc2095e36d08a8c65a40ca..b59475a1ca109933f2cc72ec3606265db8e881f9 100644 (file)
 ;;; Commentary:
 
 ;; Essentially based on the design of Alexander Pohoyda's MIME
-;; extensions (mime-display.el and mime.el).  To use, copy a complete
-;; message into a new buffer and call (mime-show t).
-
-;; To use:
-
-;; (autoload 'rmail-mime "rmailmm"
-;;   "Show MIME message." t)
-;; (add-hook 'rmail-mode-hook
-;;           (lambda ()
-;;             (define-key rmail-mode-map (kbd "v")
-;;               'rmail-mime)))
+;; extensions (mime-display.el and mime.el).
+;; Call `M-x rmail-mime' when viewing an Rmail message.
 
 ;;; Code:
 
@@ -378,6 +369,7 @@ modified."
       (rmail-mime-handle content-type content-disposition
                         content-transfer-encoding))))
 
+;;;###autoload
 (defun rmail-mime ()
   "Copy buffer contents to a temporary buffer and handle MIME.
 This calls `rmail-mime-show' to do the real job."