From: Glenn Morris Date: Thu, 4 Feb 2010 05:02:56 +0000 (-0800) Subject: * simple.el (visual-line-mode): Capitalize lighter. X-Git-Tag: emacs-pretest-23.1.93~117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea92f9f3e258665c477a41dea8b753b70972cafb;p=emacs.git * simple.el (visual-line-mode): Capitalize lighter. See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00088.html --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36df1bd0b72..62c2b30c8b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-02-04 Glenn Morris + + * simple.el (visual-line-mode): Capitalize lighter. + 2010-02-03 John Wiegley * iswitchb.el (iswitchb-completions): Add bookmark files to the diff --git a/lisp/simple.el b/lisp/simple.el index cce793fd26a..5de308ee229 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4700,7 +4700,7 @@ other purposes." This also turns on `word-wrap' in the buffer." :keymap visual-line-mode-map :group 'visual-line - :lighter " wrap" + :lighter " Wrap" (if visual-line-mode (progn (set (make-local-variable 'visual-line--saved-state) nil)