Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4755:c1784fd59d7d
Fix syntax of some uses of condition-case and with-trapping-errors.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 18 Nov 2009 01:10:56 +0900 |
parents | 17f7e9191c0b |
children | aa5ed11f473b dec62ca5a899 |
comparison
equal
deleted
inserted
replaced
4754:5dc1b4681e33 | 4755:c1784fd59d7d |
---|---|
165 | 165 |
166 2009-10-05 Jerry James <james@xemacs.org> | 166 2009-10-05 Jerry James <james@xemacs.org> |
167 | 167 |
168 * glyphs.el (make-image-specifier): Remove ancient comment about | 168 * glyphs.el (make-image-specifier): Remove ancient comment about |
169 lack of support for animated GIFs. | 169 lack of support for animated GIFs. |
170 | |
171 2009-08-16 Stephen J. Turnbull <stephen@xemacs.org> | |
172 | |
173 * gutter-items.el (progress-feedback-dispatch-non-command-events): | |
174 Correct syntax of `condition-case'. | |
175 | |
176 2009-06-28 Stephen J. Turnbull <stephen@xemacs.org> | |
177 | |
178 * font-lock.el (font-lock-pre-idle-hook): | |
179 * etags.el (find-tag-default): | |
180 Correct :operation arguments in `with-trapping-errors'. | |
170 | 181 |
171 2009-10-03 Aidan Kehoe <kehoea@parhasard.net> | 182 2009-10-03 Aidan Kehoe <kehoea@parhasard.net> |
172 | 183 |
173 * cl-macs.el (delete-duplicates): | 184 * cl-macs.el (delete-duplicates): |
174 Make this compiler macro aware that CL-SEQ is a sequence, which | 185 Make this compiler macro aware that CL-SEQ is a sequence, which |