diff options
| author | Richard M. Stallman | 1997-07-02 02:57:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-02 02:57:29 +0000 |
| commit | 4197cc7ca49781dd30dc3b29438e79ec938cfe92 (patch) | |
| tree | 8e6b26721d75d88deb0b1d73ae6bfe6ada0db0f8 | |
| parent | 458822a0bf8e7ba67c34f5fd012c8b14800c20f3 (diff) | |
| download | emacs-4197cc7ca49781dd30dc3b29438e79ec938cfe92.tar.gz emacs-4197cc7ca49781dd30dc3b29438e79ec938cfe92.zip | |
(mode-line-mule-info): Use `%Z' instead of `%z:'.
| -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 f981e55d290..55db199eb70 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -50,7 +50,7 @@ | |||
| 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: |