1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(compose-chars-component): Add autoload cookie.

This commit is contained in:
Kenichi Handa 1999-02-01 12:21:47 +00:00
parent 6e553d5e6c
commit f670496a30

View File

@ -432,6 +432,7 @@ overall glyph is updated as follows:
;; Return a string for char CH to be embedded in multibyte form of ;; Return a string for char CH to be embedded in multibyte form of
;; composite character. ;; composite character.
;;;###autoload
(defun compose-chars-component (ch) (defun compose-chars-component (ch)
(if (< ch 128) (if (< ch 128)
(format "\240%c" (+ ch 128)) (format "\240%c" (+ ch 128))