From 7a39908c2dbe3ebdad5fee01fdbb9f3712baf257 Mon Sep 17 00:00:00 2001 From: ueno Date: Tue, 5 Sep 2006 10:17:56 +0000 Subject: [PATCH] (epg-configuration): Fixed a typo. --- epg-config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epg-config.el b/epg-config.el index ae4fe00..bc9bbf9 100644 --- a/epg-config.el +++ b/epg-config.el @@ -78,7 +78,8 @@ Note that the buffer name starts with a space." (cons (cons (downcase (match-string 1 args)) (delete "" (split-string (substring args - (match-end 0))))) + (match-end 0)) + ";"))) groups)) (if epg-debug (message "Invalid group configuration: %S" args)))) -- 1.7.10.4