diff options
| author | Glenn Morris | 2010-02-03 21:02:56 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-02-03 21:02:56 -0800 |
| commit | ea92f9f3e258665c477a41dea8b753b70972cafb (patch) | |
| tree | fe3d50fa76dbcd70984203b14cc23bd1df7808bb | |
| parent | 4ed1ae2d0803a8a9ca66efa3e7b20a1e0a5c6d24 (diff) | |
| download | emacs-ea92f9f3e258665c477a41dea8b753b70972cafb.tar.gz emacs-ea92f9f3e258665c477a41dea8b753b70972cafb.zip | |
* simple.el (visual-line-mode): Capitalize lighter.
See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00088.html
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 36df1bd0b72..62c2b30c8b4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-02-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (visual-line-mode): Capitalize lighter. | ||
| 4 | |||
| 1 | 2010-02-03 John Wiegley <jwiegley@gmail.com> | 5 | 2010-02-03 John Wiegley <jwiegley@gmail.com> |
| 2 | 6 | ||
| 3 | * iswitchb.el (iswitchb-completions): Add bookmark files to the | 7 | * 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." | |||
| 4700 | This also turns on `word-wrap' in the buffer." | 4700 | This also turns on `word-wrap' in the buffer." |
| 4701 | :keymap visual-line-mode-map | 4701 | :keymap visual-line-mode-map |
| 4702 | :group 'visual-line | 4702 | :group 'visual-line |
| 4703 | :lighter " wrap" | 4703 | :lighter " Wrap" |
| 4704 | (if visual-line-mode | 4704 | (if visual-line-mode |
| 4705 | (progn | 4705 | (progn |
| 4706 | (set (make-local-variable 'visual-line--saved-state) nil) | 4706 | (set (make-local-variable 'visual-line--saved-state) nil) |