From 3696d9b9775abd0ceb963679aa896a27e6af0a0a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 May 1997 04:19:19 +0000 Subject: [PATCH] (mode-line-modified): Delete one of the leading dashes. --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2