projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f28a703
)
Fixed.
author
ueno
<ueno>
Thu, 25 Nov 2004 08:13:30 +0000
(08:13 +0000)
committer
ueno
<ueno>
Thu, 25 Nov 2004 08:13:30 +0000
(08:13 +0000)
lisp/riece-url.el
patch
|
blob
|
history
diff --git
a/lisp/riece-url.el
b/lisp/riece-url.el
index
73c7e02
..
8fce9f2
100644
(file)
--- a/
lisp/riece-url.el
+++ b/
lisp/riece-url.el
@@
-95,7
+95,8
@@
This will map a string \"Bug#12345\" to a URL
(save-excursion
(goto-char start)
(while (re-search-forward (car (car alist)) end t)
- (let ((url (riece-url-replace-match (cdr (car alist)))))
+ (let ((url (save-match-data
+ (riece-url-replace-match (cdr (car alist))))))
(if (memq 'riece-highlight riece-addons)
(widget-convert-button
'url-link (match-beginning 0) (match-end 0) url))