(char-next-index): Fixed.
authormorioka <morioka>
Fri, 17 Apr 1998 02:22:34 +0000 (02:22 +0000)
committermorioka <morioka>
Fri, 17 Apr 1998 02:22:34 +0000 (02:22 +0000)
emu-e20_2.el
emu-nemacs.el

index d713712..ca33328 100644 (file)
@@ -45,7 +45,7 @@ but the contents viewed as characters do change."
 
 (defmacro char-next-index (char index)
   "Return index of character succeeding CHAR whose index is INDEX."
-  `(+ ,index (char-bytes char)))
+  `(+ ,index (char-bytes ,char)))
 
 
 ;;; @ string
index 91ee9d5..d5a3b4d 100644 (file)
@@ -339,7 +339,7 @@ find-file-hooks, etc.
 
 (defmacro char-next-index (char index)
   "Return index of character succeeding CHAR whose index is INDEX."
-  (` (1+ index)))
+  (` (+ (, index) (char-bytes (, char)))))
 
 
 ;;; @ string