projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590e05e
)
(epg-configuration): Fixed a typo.
author
ueno
<ueno>
Tue, 5 Sep 2006 10:17:56 +0000
(10:17 +0000)
committer
ueno
<ueno>
Tue, 5 Sep 2006 10:17:56 +0000
(10:17 +0000)
epg-config.el
patch
|
blob
|
history
diff --git
a/epg-config.el
b/epg-config.el
index
ae4fe00
..
bc9bbf9
100644
(file)
--- 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))))