From 73d8f1dec6790220aed20097ef161f5ac0e57593 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 Jun 1996 03:13:51 +0000 Subject: [PATCH] (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 1be1e14fae6..a3600fabba0 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -207,7 +207,7 @@ nil for FUNCTION means all messages." (setq buffer-read-only t) (rmail-summary-mode) (make-local-variable 'minor-mode-alist) - (setq minor-mode-alist (list '(t (concat ": " description)))) + (setq minor-mode-alist (list (list t (concat ": " description)))) (setq rmail-buffer rbuf rmail-summary-redo redo-form rmail-total-messages total)))) -- 2.39.5