(char-next-index): Fixed.
[elisp/apel.git] / emu-e20_3.el
index 3d658f3..6362a0f 100644 (file)
@@ -37,7 +37,7 @@
 
 (defmacro char-next-index (char index)
   "Return index of character succeeding CHAR whose index is INDEX."
-  `(1+ index))
+  `(1+ ,index))
 
 
 ;;; @ string