Mercurial > emacs
comparison lisp/international/mule-util.el @ 24241:31a8f281b188
(compose-chars-component): Add autoload cookie.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 01 Feb 1999 12:21:47 +0000 |
parents | 660b6f8b7928 |
children | 98056b9021a6 |
comparison
equal
deleted
inserted
replaced
24240:6ea9058180ec | 24241:31a8f281b188 |
---|---|
430 +----+-----+ <--- new descent | 430 +----+-----+ <--- new descent |
431 ") | 431 ") |
432 | 432 |
433 ;; Return a string for char CH to be embedded in multibyte form of | 433 ;; Return a string for char CH to be embedded in multibyte form of |
434 ;; composite character. | 434 ;; composite character. |
435 ;;;###autoload | |
435 (defun compose-chars-component (ch) | 436 (defun compose-chars-component (ch) |
436 (if (< ch 128) | 437 (if (< ch 128) |
437 (format "\240%c" (+ ch 128)) | 438 (format "\240%c" (+ ch 128)) |
438 (let ((str (string-as-unibyte (char-to-string ch)))) | 439 (let ((str (string-as-unibyte (char-to-string ch)))) |
439 (if (cmpcharp ch) | 440 (if (cmpcharp ch) |