Mercurial > emacs
changeset 24241:31a8f281b188
(compose-chars-component): Add autoload cookie.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 01 Feb 1999 12:21:47 +0000 |
parents | 6ea9058180ec |
children | 2dd79725f0c5 |
files | lisp/international/mule-util.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-util.el Mon Feb 01 11:17:41 1999 +0000 +++ b/lisp/international/mule-util.el Mon Feb 01 12:21:47 1999 +0000 @@ -432,6 +432,7 @@ ;; Return a string for char CH to be embedded in multibyte form of ;; composite character. +;;;###autoload (defun compose-chars-component (ch) (if (< ch 128) (format "\240%c" (+ ch 128))