mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(compose-chars-component): Add autoload cookie.
This commit is contained in:
parent
6e553d5e6c
commit
f670496a30
@ -432,6 +432,7 @@ overall glyph is updated as follows:
|
||||
|
||||
;; 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))
|
||||
|
Loading…
Reference in New Issue
Block a user