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:
d7c0a64
)
Fixed.
author
ueno
<ueno>
Mon, 24 Apr 2006 06:55:23 +0000
(06:55 +0000)
committer
ueno
<ueno>
Mon, 24 Apr 2006 06:55:23 +0000
(06:55 +0000)
epg.el
patch
|
blob
|
history
diff --git
a/epg.el
b/epg.el
index
2de8b75
..
dc61938
100644
(file)
--- a/
epg.el
+++ b/
epg.el
@@
-1497,7
+1497,7
@@
If you are unsure, use synchronous version of this function
(setq string (replace-match "\\x\\3" t nil string)
index (+ index 4))
(setq string (replace-match "\\\\\\\\\\4" t nil string)
- index (+ index 4)))))
+ index (+ index 3)))))
(car (read-from-string (concat "\"" string "\"")))))
(defun epg-dn-from-string (string)