projects
/
elisp
/
mu-cite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6db2753
)
(mu-cite/eval-format): Add `save-excursion'.
author
yamaoka
<yamaoka>
Thu, 15 Jul 1999 03:05:38 +0000
(
03:05
+0000)
committer
yamaoka
<yamaoka>
Thu, 15 Jul 1999 03:05:38 +0000
(
03:05
+0000)
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
34b3d3d
..
bdc9d41
100644
(file)
--- a/
mu-cite.el
+++ b/
mu-cite.el
@@
-353,13
+353,14
@@
Use this hook to add your own methods to `mu-cite/default-methods-alist'.")
ret)))
(defun mu-cite/eval-format (list)
- (mapconcat (function
- (lambda (elt)
- (cond ((stringp elt) elt)
- ((symbolp elt) (mu-cite/get-value elt))
- )))
- list "")
- )
+ (save-excursion
+ (mapconcat (function
+ (lambda (elt)
+ (cond ((stringp elt) elt)
+ ((symbolp elt) (mu-cite/get-value elt))
+ )))
+ list "")
+ ))
;;; @ main function