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:
9c301dd
)
(detect-paragraph-cited-prefix): Use `car' and `cdr' instead of `cadr'.
author
yamaoka
<yamaoka>
Thu, 5 Aug 1999 05:39:08 +0000
(
05:39
+0000)
committer
yamaoka
<yamaoka>
Thu, 5 Aug 1999 05:39:08 +0000
(
05:39
+0000)
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
19334ed
..
f798482
100644
(file)
--- a/
mu-cite.el
+++ b/
mu-cite.el
@@
-446,7
+446,7
@@
TABLE defaults to the current buffer's category table."
(setq prefix
(if (stringp ret)
ret
- (cadr ret)))
+ (car (cdr ret))))
(setq i (1+ i)))
(cond ((> i 1) prefix)
((> i 0)