changeset 101952:3fadcabd5931

(rmail-unix-mail-delimiter): Doc fix. (rmail-enable-multibyte): Don't really define, only for compiler.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Feb 2009 03:29:19 +0000
parents 22a84dde5ca4
children 7abfdad8fc00
files lisp/ChangeLog lisp/mail/rmail.el
diffstat 2 files changed, 13 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 12 03:28:53 2009 +0000
+++ b/lisp/ChangeLog	Thu Feb 12 03:29:19 2009 +0000
@@ -1,3 +1,13 @@
+2009-02-12  Glenn Morris  <rgm@gnu.org>
+
+	* mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
+	for use in completion.
+	* mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
+	summary exists, since it's already done.
+
+	* mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
+	(rmail-enable-multibyte): Don't really define, only for compiler.
+
 2009-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* files.el (read-buffer-to-switch):
--- a/lisp/mail/rmail.el	Thu Feb 12 03:28:53 2009 +0000
+++ b/lisp/mail/rmail.el	Thu Feb 12 03:29:19 2009 +0000
@@ -741,7 +741,7 @@
      "\n"))
   "Regexp matching the delimiter of messages in UNIX mail format
 \(UNIX From lines), minus the initial ^.  Note that if you change
-this expression, you must change the code in rmail-nuke-pinhead-header
+this expression, you must change the code in `rmail-nuke-pinhead-header'
 that knows the exact ordering of the \\( \\) subexpressions.")
 
 (defvar rmail-font-lock-keywords
@@ -794,12 +794,6 @@
 
 ;;;; *** Rmail Mode ***
 
-;; This variable is dynamically bound.  The defvar is here to placate
-;; the byte compiler.
-
-(defvar rmail-enable-multibyte nil)
-
-
 (defun rmail-require-mime-maybe ()
   "Require `rmail-mime-feature' if that is non-nil.
 Signal an error and set `rmail-mime-feature' to nil if the feature
@@ -1175,6 +1169,8 @@
 (defun rmail-mode-kill-summary ()
   (if rmail-summary-buffer (kill-buffer rmail-summary-buffer)))
 
+(defvar rmail-enable-multibyte)         ; dynamically bound
+
 ;;;###autoload
 (defun rmail-mode ()
   "Rmail Mode is used by \\<rmail-mode-map>\\[rmail] for editing Rmail files.