aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/rmailsort.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rmailsort.el')
-rw-r--r--lisp/mail/rmailsort.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el
index 8e00f3e4d5..c4e95c8054 100644
--- a/lisp/mail/rmailsort.el
+++ b/lisp/mail/rmailsort.el
@@ -133,7 +133,7 @@ KEYWORDS is a comma-separated list of labels."
(setq labels (concat (substring labels (match-beginning 0)) ","))
(let (labelvec)
(while (string-match "[ \t]*,[ \t]*" labels)
- (setq labelvec (cons
+ (setq labelvec (cons
(concat ", ?\\("
(substring labels 0 (match-beginning 0))
"\\),")