]> git.eshelyaron.com Git - emacs.git/commitdiff
* simple.el (visual-line--saved-state): New var.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 12 Aug 2008 19:38:05 +0000 (19:38 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 12 Aug 2008 19:38:05 +0000 (19:38 +0000)
(visual-line-mode): Save local values of variables, and restore
them when visual-line-mode is disabled.

lisp/ChangeLog

index 4a7456786df2a84e90d1a32b3bc649f14c66148f..01b809779aa6a3e6791a618bfdc9c6f927c444dc 100644 (file)
@@ -1,3 +1,9 @@
+2008-08-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (visual-line--saved-state): New var.
+       (visual-line-mode): Save local values of variables, and restore
+       them when visual-line-mode is disabled.
+
 2008-08-12  NAKAGAWA Makoto  <gha03025@nifty.ne.jp>  (tiny change)
 
        * net/ldap.el (ldap-search-internal): Tweak URL regexp.