From: ueno Date: Tue, 5 Sep 2006 10:17:56 +0000 (+0000) Subject: (epg-configuration): Fixed a typo. X-Git-Tag: epg-0_0_6~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7a39908c2dbe3ebdad5fee01fdbb9f3712baf257;p=elisp%2Fepg.git (epg-configuration): Fixed a typo. --- 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))))