Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5754:b09e3b1b7424
Use #'call-with-condition-handler, #'normal-top-level, instead of resignalling
lisp/ChangeLog addition:
2013-08-21 Aidan Kehoe <kehoea@parhasard.net>
* startup.el (normal-top-level):
Use #'call-with-condition-handler here when calling
#'command-line, giving better backtraces on error.
Be careful about the current buffer in HANDLER.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Wed, 21 Aug 2013 20:16:55 +0100 |
parents | dbd8305e13cb |
children | 92028d89cc66 |
comparison
equal
deleted
inserted
replaced
5753:dbd8305e13cb | 5754:b09e3b1b7424 |
---|---|
1 2013-08-21 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * startup.el (normal-top-level): | |
4 Use #'call-with-condition-handler here when calling | |
5 #'command-line, giving better backtraces on error. | |
6 Be careful about the current buffer in HANDLER. | |
7 | |
1 2013-08-21 Aidan Kehoe <kehoea@parhasard.net> | 8 2013-08-21 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * bytecomp.el: | 10 * bytecomp.el: |
4 * bytecomp.el (gensym): | 11 * bytecomp.el (gensym): |
5 * bytecomp.el (byte-compile-gensym): New. | 12 * bytecomp.el (byte-compile-gensym): New. |