(split-char): Don't redefine if the `car' of the `cdr' of the return value of
authoryamaoka <yamaoka>
Fri, 25 Jun 1999 03:44:18 +0000 (03:44 +0000)
committeryamaoka <yamaoka>
Fri, 25 Jun 1999 03:44:18 +0000 (03:44 +0000)
the original `split-char' with the arg `?a'.

poem-xm.el

index 3d00ce2..7f85b96 100644 (file)
@@ -45,7 +45,7 @@ but the contents viewed as characters do change.
 ;;;
 
 ;; avoid bug of XEmacs
-(or (integerp (cdr (split-char ?a)))
+(or (integerp (car (cdr (split-char ?a))))
     (defun split-char (char)
       "Return list of charset and one or two position-codes of CHAR."
       (let ((charset (char-charset char)))