diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-01 19:19:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-01 19:19:51 +0000 |
commit | fc6d6de2a7840ef16a348f7d31f463f93d776fdc (patch) | |
tree | 7fcb27938ee1327b06f513e809d8c480c4fc26e4 /lisp/bindings.el | |
parent | 248be2038a34230ecb0dfc31f24ad586e231875d (diff) | |
download | emacs-fc6d6de2a7840ef16a348f7d31f463f93d776fdc.tar.gz |
(mode-line-mule-info): Delete the conditional on enable-multibyte-characters.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 6ea3e464c97..9e0458d6752 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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: |