From 0ef161c40a4ffd0d81d2921129403bea8f8fcc2a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 10 Jul 1997 06:44:55 +0000 Subject: [PATCH] (mode-line-mule-info): Remove tailing ">" from input method indicator. --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/bindings.el b/lisp/bindings.el index c8d37596f9..1f9ab4b399 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -49,7 +49,7 @@ (defconst mode-line-mule-info (purecopy '(enable-multibyte-characters - ((current-input-method ("" current-input-method-title ">")) + ((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 -- 2.20.1