Mercurial > emacs
comparison lisp/bindings.el @ 18711:46c1ad5f61e0
(mode-line-mule-info): Remove tailing ">" from input
method indicator.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 10 Jul 1997 06:44:55 +0000 |
parents | ecf30a8391d5 |
children | 7415a69ea66e |
comparison
equal
deleted
inserted
replaced
18710:e960f779eed3 | 18711:46c1ad5f61e0 |
---|---|
47 | 47 |
48 ;;; Code: | 48 ;;; Code: |
49 | 49 |
50 (defconst mode-line-mule-info | 50 (defconst mode-line-mule-info |
51 (purecopy '(enable-multibyte-characters | 51 (purecopy '(enable-multibyte-characters |
52 ((current-input-method ("" current-input-method-title ">")) | 52 ((current-input-method ("" current-input-method-title)) |
53 "%Z"))) | 53 "%Z"))) |
54 "Mode-line control for displaying information of multilingual environment. | 54 "Mode-line control for displaying information of multilingual environment. |
55 Normally it displays current input method (if any activated) and | 55 Normally it displays current input method (if any activated) and |
56 mnemonics of the following coding systems: | 56 mnemonics of the following coding systems: |
57 coding system for saving or writing the current buffer | 57 coding system for saving or writing the current buffer |