aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ponce2005-06-15 13:48:31 +0000
committerDavid Ponce2005-06-15 13:48:31 +0000
commit3b2f3d1a0a63b5460e597569a01649606c66e4df (patch)
tree36da0ed4012bd4767f57fdf31cfc6f13bae7a5a8
parent3bcf793ca43d700befd05e7c04a788e9ef6cf04e (diff)
downloademacs-3b2f3d1a0a63b5460e597569a01649606c66e4df.tar.gz
emacs-3b2f3d1a0a63b5460e597569a01649606c66e4df.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5a995853719..3475ec0b0fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,8 @@
12005-06-15 David Ponce <david@dponce.com> 12005-06-15 David Ponce <david@dponce.com>
2 2
3 * tree-widget.el (tree-widget-super-format-handler) 3 * tree-widget.el: eval-and-compile inlined functions so they will
4 be available at run-time too.
5 (tree-widget-super-format-handler)
4 (tree-widget-format-handler): Remove. 6 (tree-widget-format-handler): Remove.
5 (tree-widget-value-create): Handle the :indent property. 7 (tree-widget-value-create): Handle the :indent property.
6 8