aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2007-02-11 11:12:20 +0000
committerRichard M. Stallman <[email protected]>2007-02-11 11:12:20 +0000
commit9f25c0d219dc1a51761ae397759613894306f0e2 (patch)
tree10c3f72d316fde1e13a25c8ebb5680ab2d732e65 /lisp/ChangeLog
parent531309ebc83fbf64708a8a179b530dbea39d9ab9 (diff)
(indent-sexp): Clean up termination condition -- don't fail to stop at endpos.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1a7beefee1..82417c2f4d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2007-02-11 Richard Stallman <[email protected]>
+
+ * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
+ in load history.
+
+ * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
+ condition -- don't fail to stop at endpos.
+
2007-02-11 Carsten Dominik <[email protected]>
* textmodes/org.el (org-agenda-get-todos)