diff options
| author | Stefan Monnier | 2010-06-13 23:27:16 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-06-13 23:27:16 -0400 |
| commit | f43cb6490878cb8f1dcb7e45044bc635f54d5951 (patch) | |
| tree | 77a1dc7d2948223a6cc39130a19751dd1c22a697 /lisp/ChangeLog | |
| parent | b9598260f96ddc652cd82ab64bbe922ccfc48a29 (diff) | |
| download | emacs-f43cb6490878cb8f1dcb7e45044bc635f54d5951.tar.gz emacs-f43cb6490878cb8f1dcb7e45044bc635f54d5951.zip | |
* lisp/Makefile.in (.el.elc): Increase max-lisp-eval-depth.
* lisp/emacs-lisp/bytecomp.el (byte-compile-check-variable):
Update byte-compile-not-obsolete-var to byte-compile-not-obsolete-vars.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c33ed04e0c2..af456bd5d2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-06-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-check-variable): | ||
| 4 | Update byte-compile-not-obsolete-var to byte-compile-not-obsolete-vars. | ||
| 5 | |||
| 6 | * Makefile.in (.el.elc): Increase max-lisp-eval-depth. | ||
| 7 | |||
| 1 | 2010-06-12 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-06-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * term/common-win.el (x-colors): Add all the color names defined | 10 | * term/common-win.el (x-colors): Add all the color names defined |