emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99441: * simple.el (visual-line-mode


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99441: * simple.el (visual-line-mode): Capitalize lighter.
Date: Wed, 03 Feb 2010 21:02:56 -0800
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99441
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 21:02:56 -0800
message:
  * simple.el (visual-line-mode): Capitalize lighter.
  
  See http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00088.html
modified:
  lisp/ChangeLog
  lisp/simple.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-02-03 20:47:25 +0000
+++ b/lisp/ChangeLog    2010-02-04 05:02:56 +0000
@@ -1,3 +1,7 @@
+2010-02-04  Glenn Morris  <address@hidden>
+
+       * simple.el (visual-line-mode): Capitalize lighter.
+
 2010-02-03  John Wiegley  <address@hidden>
 
        * iswitchb.el (iswitchb-completions): Add bookmark files to the

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2010-01-13 08:35:10 +0000
+++ b/lisp/simple.el    2010-02-04 05:02:56 +0000
@@ -4700,7 +4700,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]