aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2010-02-03 21:02:56 -0800
committerGlenn Morris2010-02-03 21:02:56 -0800
commitea92f9f3e258665c477a41dea8b753b70972cafb (patch)
treefe3d50fa76dbcd70984203b14cc23bd1df7808bb
parent4ed1ae2d0803a8a9ca66efa3e7b20a1e0a5c6d24 (diff)
downloademacs-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/ChangeLog4
-rw-r--r--lisp/simple.el2
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 @@
12010-02-04 Glenn Morris <rgm@gnu.org>
2
3 * simple.el (visual-line-mode): Capitalize lighter.
4
12010-02-03 John Wiegley <jwiegley@gmail.com> 52010-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."
4700This also turns on `word-wrap' in the buffer." 4700This 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)