diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-07-05 22:12:34 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-07-05 22:12:34 +0000 |
commit | 5631b5b8467bd39aa299cf9c366cd1c6c9deb325 (patch) | |
tree | 95b817036eb42d59e9b06d5c39a946949e6b40ff | |
parent | 59cd708ea480615f00d8b160d8e169989b1381e0 (diff) | |
download | emacs-5631b5b8467bd39aa299cf9c366cd1c6c9deb325.tar.gz |
* wid-edit.el (widget-documentation-string-value-create): Insert
spaces for indentation.
-rw-r--r-- | lisp/ChangeLog | 3 |
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 @@ 2007-07-05 Chong Yidong <cyd@stupidchicken.com> + * wid-edit.el (widget-documentation-string-value-create): Insert + spaces for indentation. + * cus-edit.el (custom-commands): New variable. (custom-tool-bar-map): New variable. Initialize using `custom-commands'. |