(coding-system-unification-table-for-decode): Recurse properly.
(and coding-system
(symbolp coding-system)
(or (get coding-system 'unification-table-for-decode)
- (coding-system-unification-table
+ (coding-system-unification-table-for-decode
(get coding-system 'coding-system)))))
;;;###autoload
(and coding-system
(symbolp coding-system)
(or (get coding-system 'unification-table-for-encode)
- (coding-system-unification-table
+ (coding-system-unification-table-for-encode
(get coding-system 'coding-system)))))
(defun coding-system-lessp (x y)