From 61e7ca74800f83258bbcd48031d9ef8d7d1e9cd4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 12 Jun 1996 03:13:51 +0000 Subject: (rmail-new-summary): Fix typo; (concat ": " description) should be eval'ed. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mail/rmailsum.el') 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)))) -- cgit v1.2.1