mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(mode-line-mule-info): Delete the conditional on enable-multibyte-characters.
This commit is contained in:
parent
248be2038a
commit
fc6d6de2a7
1 changed files with 3 additions and 3 deletions
|
|
@ -48,9 +48,9 @@
|
|||
;;; Code:
|
||||
|
||||
(defconst mode-line-mule-info
|
||||
(purecopy '(enable-multibyte-characters
|
||||
((current-input-method ("" current-input-method-title))
|
||||
"%Z")))
|
||||
(purecopy '(""
|
||||
(current-input-method ("" current-input-method-title))
|
||||
"%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…
Add table
Add a link
Reference in a new issue