diff options
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index c8d37596f90..1f9ab4b3999 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -49,7 +49,7 @@ | |||
| 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 |