Mercurial > emacs
changeset 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 | 3af728d1f6cf |
children | 40a43a90976f |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)