changeset 97436:4b240c36264c

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 12 Aug 2008 19:38:05 +0000
parents 92660418caae
children c7a00c2c8219
files lisp/ChangeLog
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Aug 12 18:35:18 2008 +0000
+++ b/lisp/ChangeLog	Tue Aug 12 19:38:05 2008 +0000
@@ -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.