From: Richard M. Stallman Date: Wed, 21 May 1997 05:06:23 +0000 (+0000) Subject: (mode-line-mule-info): Add a colon. X-Git-Tag: emacs-20.1~2037 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=71e99a2fcbc3999139f068ee79cbde13876f1e5f;p=emacs.git (mode-line-mule-info): Add a colon. (mode-line-modified): Delete the initial dash. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 203f65436b6..a65054bb945 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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.") (make-variable-buffer-local 'mode-line-mule-info) @@ -71,7 +71,7 @@ Normally nil in most modes, since there is no process to display.") (make-variable-buffer-local 'mode-line-process) -(defvar mode-line-modified (purecopy '("-%1*%1+")) +(defvar mode-line-modified (purecopy '("%1*%1+")) "Mode-line control for displaying whether current buffer is modified.") (make-variable-buffer-local 'mode-line-modified)