of symbols, we need to transform it into an alist for completion.
+2006-03-02 Alex Schroeder <alex@gnu.org>
+
+ * rmailkwd.el (rmail-read-label): Since rmail-keywords is a list
+ of symbols, we need to transform it into an alist for completion.
+
2006-03-01 Alex Schroeder <alex@gnu.org>
* rmailsum.el (rmail-summary-kill-label): Use rmail-kill-label
(concat prompt (if rmail-last-label
(concat " (default " default "): ")
": "))
- rmail-keywords nil nil nil nil default)))))
+ (mapcar 'list rmail-keywords)
+ nil nil nil nil default)))))
(setq rmail-last-label (rmail-make-label result t))
;; return the string, not the symbol
result)))