mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(mode-line-mule-info): Use %Z' instead of
%z:'.
This commit is contained in:
parent
458822a0bf
commit
4197cc7ca4
@ -50,7 +50,7 @@
|
||||
(defconst mode-line-mule-info
|
||||
(purecopy '(enable-multibyte-characters
|
||||
((current-input-method ("" current-input-method-title ">"))
|
||||
"%z:")))
|
||||
"%Z")))
|
||||
"Mode-line control for displaying information of multilingual environment.
|
||||
Normally it displays current input method (if any activated) and
|
||||
mnemonics of the following coding systems:
|
||||
|
Loading…
Reference in New Issue
Block a user