1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(mode-line-modified): Delete one of the leading dashes.

This commit is contained in:
Richard M. Stallman 1997-05-17 04:19:19 +00:00
parent 65c1b8a19e
commit 3696d9b977

View File

@ -71,7 +71,7 @@ Normally nil in most modes, since there is no process to display.")
(make-variable-buffer-local 'mode-line-process) (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.") "Mode-line control for displaying whether current buffer is modified.")
(make-variable-buffer-local 'mode-line-modified) (make-variable-buffer-local 'mode-line-modified)