From: Richard M. Stallman Date: Sat, 17 May 1997 04:19:19 +0000 (+0000) Subject: (mode-line-modified): Delete one of the leading dashes. X-Git-Tag: emacs-20.1~2091 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3696d9b9775abd0ceb963679aa896a27e6af0a0a;p=emacs.git (mode-line-modified): Delete one of the leading dashes. --- 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)