diff options
| -rw-r--r-- | lisp/international/mule-util.el | 1 |
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)) |