Mercurial > emacs
comparison lisp/ChangeLog @ 105068:b97679d5a9af
* subr.el: Fix last change to avoid using the `unless' macro, which
breaks bootstrapping.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 17 Sep 2009 20:47:48 +0000 |
parents | 78c0a7ca3aaf |
children | 4cbb223d0b1c |
comparison
equal
deleted
inserted
replaced
105067:7cd310ca08cd | 105068:b97679d5a9af |
---|---|
1 2009-09-17 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * subr.el: Fix last change to avoid using the `unless' macro, | |
4 which breaks bootstrapping. | |
5 | |
1 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca> | 6 2009-09-17 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 7 |
3 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's | 8 * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's |
4 extended definitions, in case we reload subr.el after having | 9 extended definitions, in case we reload subr.el after having |
5 loaded CL. | 10 loaded CL. |