mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
(mode-line-modified): Delete one of the leading dashes.
This commit is contained in:
parent
65c1b8a19e
commit
3696d9b977
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user