diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-17 04:19:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-17 04:19:19 +0000 |
commit | 3696d9b9775abd0ceb963679aa896a27e6af0a0a (patch) | |
tree | cea85847bdbd17e6c2539c878fc0a56fa7b5f0dd /lisp/bindings.el | |
parent | 65c1b8a19e31db9be66e84699f0b41bcc7b2c7b9 (diff) | |
download | emacs-3696d9b9775abd0ceb963679aa896a27e6af0a0a.tar.gz |
(mode-line-modified): Delete one of the leading dashes.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index a3d795952fb..203f65436b6 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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) |