aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1999-02-01 12:21:47 +0000
committerKenichi Handa1999-02-01 12:21:47 +0000
commitf670496a300de6ae65625d82ecd3ef26ea522587 (patch)
tree41e4f25bdabf83fd0908a50e5175761c671a05ba
parent6e553d5e6c90f945f1dd611995df3a908ffe7a8c (diff)
downloademacs-f670496a300de6ae65625d82ecd3ef26ea522587.tar.gz
emacs-f670496a300de6ae65625d82ecd3ef26ea522587.zip
(compose-chars-component): Add autoload cookie.
-rw-r--r--lisp/international/mule-util.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index 0aac9b32328..6f85392d667 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -432,6 +432,7 @@ overall glyph is updated as follows:
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))