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:
f9147b5
)
(string-compare-from-top): Don't use `aref'.
author
yamaoka
<yamaoka>
Thu, 22 Jul 1999 10:47:08 +0000
(10:47 +0000)
committer
yamaoka
<yamaoka>
Thu, 22 Jul 1999 10:47:08 +0000
(10:47 +0000)
mu-cite.el
patch
|
blob
|
history
diff --git
a/mu-cite.el
b/mu-cite.el
index
de6083a
..
c2fa92b
100644
(file)
--- a/
mu-cite.el
+++ b/
mu-cite.el
@@
-535,8
+535,8
@@
TABLE defaults to the current buffer's category table."
c1 c2)
(while (and (< p len)
(progn
- (setq c1 (aref str1 p)
- c2 (aref str2 p))
+ (setq c1 (sref str1 p)
+ c2 (sref str2 p))
(eq c1 c2)))
(setq p (char-next-index c1 p)))
(and (> p 0)