summaryrefslogtreecommitdiff
path: root/lisp/mail/rmailsum.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-15 16:15:35 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-15 16:15:35 +0000
commit5553563924453df2e3c5bf011bf5b7527172b2f6 (patch)
treee879bd365f5e59410cdd640d19d140b17a8029c3 /lisp/mail/rmailsum.el
parent401aa4797329c34b3691872337b9be2c26e4e020 (diff)
downloademacs-5553563924453df2e3c5bf011bf5b7527172b2f6.tar.gz
Some fixes to follow coding conventions in files maintained by FSF.
Diffstat (limited to 'lisp/mail/rmailsum.el')
-rw-r--r--lisp/mail/rmailsum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 3964274edc3..9bcdd0c36ff 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -105,7 +105,7 @@ Emacs will list the header line in the RMAIL-summary."
(interactive "sRegexp to summarize by: ")
(if (string= regexp "")
(setq regexp (or rmail-last-regexp
- (error "No regexp specified."))))
+ (error "No regexp specified"))))
(setq rmail-last-regexp regexp)
(rmail-new-summary (concat "regexp " regexp)
(list 'rmail-summary-by-regexp regexp)