Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Aug 21 19:02:59 2013 +0100 +++ b/lisp/ChangeLog Wed Aug 21 20:16:55 2013 +0100 @@ -1,3 +1,10 @@ +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. + 2013-08-21 Aidan Kehoe <kehoea@parhasard.net> * bytecomp.el: