aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-07-10 06:44:55 +0000
committerKenichi Handa1997-07-10 06:44:55 +0000
commit0ef161c40a4ffd0d81d2921129403bea8f8fcc2a (patch)
tree94493f94b6978272df37f4cf11937fffd6088254
parent8c5d9782ecd21dc57e803b20e3435adf7e7910dd (diff)
downloademacs-0ef161c40a4ffd0d81d2921129403bea8f8fcc2a.tar.gz
emacs-0ef161c40a4ffd0d81d2921129403bea8f8fcc2a.zip
(mode-line-mule-info): Remove tailing ">" from input
method indicator.
-rw-r--r--lisp/bindings.el2
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.
55Normally it displays current input method (if any activated) and 55Normally it displays current input method (if any activated) and