diff lisp/bindings.el @ 17854:853150d40e56

(mode-line-modified): Delete one of the leading dashes.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 May 1997 04:19:19 +0000
parents 7fb38e7df85b
children 7b6e3fad2a07
line wrap: on
line diff
--- a/lisp/bindings.el	Sat May 17 03:12:03 1997 +0000
+++ b/lisp/bindings.el	Sat May 17 04:19:19 1997 +0000
@@ -71,7 +71,7 @@
 
 (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)