Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 18 01:06:53 2009 +0900 +++ b/lisp/ChangeLog Wed Nov 18 01:10:56 2009 +0900 @@ -168,6 +168,17 @@ * glyphs.el (make-image-specifier): Remove ancient comment about lack of support for animated GIFs. +2009-08-16 Stephen J. Turnbull <stephen@xemacs.org> + + * gutter-items.el (progress-feedback-dispatch-non-command-events): + Correct syntax of `condition-case'. + +2009-06-28 Stephen J. Turnbull <stephen@xemacs.org> + + * font-lock.el (font-lock-pre-idle-hook): + * etags.el (find-tag-default): + Correct :operation arguments in `with-trapping-errors'. + 2009-10-03 Aidan Kehoe <kehoea@parhasard.net> * cl-macs.el (delete-duplicates):