Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5525:2a6a8da4dd7c
Fix a bug in my last commit, symbol macros that expand to themselves hang.
2011-06-19 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (cl-defsubst-expand):
It is occasionally the case that the symbol naming the argument
co-incides with the value that it is replacing; in that case,
using the symbol macro is counterproductive and hangs XEmacs (as
does analogous code in SBCL), so don't.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 19 Jun 2011 19:47:13 +0100 |
parents | e05d98bf9644 |
children | 9a046b2e6494 b3b28406da8c |
comparison
equal
deleted
inserted
replaced
5524:e05d98bf9644 | 5525:2a6a8da4dd7c |
---|---|
1 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (cl-defsubst-expand): | |
4 It is occasionally the case that the symbol naming the argument | |
5 co-incides with the value that it is replacing; in that case, | |
6 using the symbol macro is counterproductive and hangs XEmacs (as | |
7 does analogous code in SBCL), so don't. | |
8 | |
1 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> | 9 2011-06-19 Aidan Kehoe <kehoea@parhasard.net> |
2 | 10 |
3 * behavior.el (enable-behavior): | 11 * behavior.el (enable-behavior): |
4 * behavior.el (disable-behavior): | 12 * behavior.el (disable-behavior): |
5 Remove a couple of redundant lambdas here, and remove a cond | 13 Remove a couple of redundant lambdas here, and remove a cond |