diff options
| -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) |