comparison lisp/ChangeLog @ 4817:0142cb4d1049

Fix a bug I introduced in #'with-trapping-errors. 2010-01-09 Aidan Kehoe <kehoea@parhasard.net> * subr.el (with-trapping-errors): Fix a bug here, where I used a normal quote instead of a backquote. Thank you the byte-compiler.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 09 Jan 2010 14:55:13 +0000
parents 5b560b7374ff
children 1360b0c147c1
comparison
equal deleted inserted replaced
4816:576f09d387d5 4817:0142cb4d1049
1 2010-01-09 Aidan Kehoe <kehoea@parhasard.net>
2
3 * subr.el (with-trapping-errors):
4 Fix a bug here, where I used a normal quote instead of a
5 backquote. Thank you the byte-compiler.
6
1 2010-01-08 Aidan Kehoe <kehoea@parhasard.net> 7 2010-01-08 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * indent.el (indent-region): 9 * indent.el (indent-region):
4 Make COLUMN optional as in GNU, merging Andreas Roehler's change 10 Make COLUMN optional as in GNU, merging Andreas Roehler's change
5 of http://mid.gmane.org/4B46F5FC.2070506@online.de ; thank you 11 of http://mid.gmane.org/4B46F5FC.2070506@online.de ; thank you