aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2008-08-12 19:38:05 +0000
committerChong Yidong <[email protected]>2008-08-12 19:38:05 +0000
commita0f3a5f4c000bbb093b17d9299a325fd64a53406 (patch)
tree0effdde40891b44cc79a516885d859ee1195dcd7
parent6430562b71fd9983281d54dc650c37bb13ad824a (diff)
* 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.
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a7456786d..01b809779a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-12 Chong Yidong <[email protected]>
+
+ * 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 <[email protected]> (tiny change)
* net/ldap.el (ldap-search-internal): Tweak URL regexp.