aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-07-05 22:12:34 +0000
committerChong Yidong2007-07-05 22:12:34 +0000
commit5631b5b8467bd39aa299cf9c366cd1c6c9deb325 (patch)
tree95b817036eb42d59e9b06d5c39a946949e6b40ff
parent59cd708ea480615f00d8b160d8e169989b1381e0 (diff)
downloademacs-5631b5b8467bd39aa299cf9c366cd1c6c9deb325.tar.gz
emacs-5631b5b8467bd39aa299cf9c366cd1c6c9deb325.zip
* wid-edit.el (widget-documentation-string-value-create): Insert
spaces for indentation.
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c6391decce0..d2d5bee455a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12007-07-05 Chong Yidong <cyd@stupidchicken.com> 12007-07-05 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * wid-edit.el (widget-documentation-string-value-create): Insert
4 spaces for indentation.
5
3 * cus-edit.el (custom-commands): New variable. 6 * cus-edit.el (custom-commands): New variable.
4 (custom-tool-bar-map): New variable. Initialize using 7 (custom-tool-bar-map): New variable. Initialize using
5 `custom-commands'. 8 `custom-commands'.