]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-mule-info): Add a colon.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 May 1997 05:06:23 +0000 (05:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 May 1997 05:06:23 +0000 (05:06 +0000)
(mode-line-modified): Delete the initial dash.

lisp/bindings.el

index 203f65436b69ff605bb4f60ec441a774215a9141..a65054bb945256c2c9fa2c409753e80c679c5ab7 100644 (file)
@@ -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)