]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-modified): Delete one of the leading dashes.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 May 1997 04:19:19 +0000 (04:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 May 1997 04:19:19 +0000 (04:19 +0000)
lisp/bindings.el

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