diff options
| author | Chong Yidong | 2009-08-09 02:57:45 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-08-09 02:57:45 +0000 |
| commit | 18d433a76155f6079e14d27d5cd7edbc206cacef (patch) | |
| tree | 3720c496635da9fb765f3806f659e7477b5635c2 /lisp/ChangeLog | |
| parent | 1c292fc7de79735fdea7f6df03a6b2ce7100b285 (diff) | |
| download | emacs-18d433a76155f6079e14d27d5cd7edbc206cacef.tar.gz emacs-18d433a76155f6079e14d27d5cd7edbc206cacef.zip | |
* subr.el: Provide hashtable-print-readable.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b0dab0028c..b95de0d804b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-08-09 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-08-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * subr.el: Provide hashtable-print-readable. | ||
| 4 | |||
| 3 | * progmodes/hideshow.el (hs-special-modes-alist): Don't use | 5 | * progmodes/hideshow.el (hs-special-modes-alist): Don't use |
| 4 | hs-c-like-adjust-block-beginning. | 6 | hs-c-like-adjust-block-beginning. |
| 5 | (hs-hide-block-at-point): Stop hiding at the beginning of | 7 | (hs-hide-block-at-point): Stop hiding at the beginning of |