* simple.el (visual-line-mode): Capitalize lighter.

See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00088.html
This commit is contained in:
Glenn Morris 2010-02-03 21:02:56 -08:00
parent 4ed1ae2d08
commit ea92f9f3e2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-02-04 Glenn Morris <rgm@gnu.org>
* simple.el (visual-line-mode): Capitalize lighter.
2010-02-03 John Wiegley <jwiegley@gmail.com>
* iswitchb.el (iswitchb-completions): Add bookmark files to the

View file

@ -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)