(epg-configuration): Fixed a typo.
authorueno <ueno>
Tue, 5 Sep 2006 10:17:56 +0000 (10:17 +0000)
committerueno <ueno>
Tue, 5 Sep 2006 10:17:56 +0000 (10:17 +0000)
epg-config.el

index ae4fe00..bc9bbf9 100644 (file)
@@ -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))))