]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-read-label, rmail-set-label): Update status comments.
authorPaul Reilly <pmr@pajato.com>
Tue, 18 Feb 2003 16:28:30 +0000 (16:28 +0000)
committerPaul Reilly <pmr@pajato.com>
Tue, 18 Feb 2003 16:28:30 +0000 (16:28 +0000)
lisp/mail/rmailkwd.el

index 0110be21162a862dfa4adebcc0584f7f641cddf4..44ee2ad8ac22b2f5325cb9ca44d238eb87f0213d 100644 (file)
@@ -70,7 +70,7 @@ Completion is performed over known labels when reading."
   (interactive (list (rmail-read-label "Remove label")))
   (rmail-set-label string nil))
 
-;;; mbox: not ready
+;;; mbox: ready to define and execute test
 ;;;###autoload
 (defun rmail-read-label (prompt)
   (with-current-buffer rmail-buffer
@@ -88,7 +88,7 @@ Completion is performed over known labels when reading."
          rmail-last-label
        (setq rmail-last-label (rmail-make-label result t))))))
 
-;;; mbox: not ready
+;;; mbox: ready
 (defun rmail-set-label (l state &optional n)
   "Add (STATE is non-nil) or remove (STATE is nil) label L in message N.
 If N is nil then use the current Rmail message.  The current buffer,