Mercurial > emacs
comparison lisp/ChangeLog @ 104663:ae5e866fedd8
(edebug-display, edebug-outside-excursion):
Replace uses of default-cursor-in-non-selected-windows
with (default-value 'cursor-in-non-selected-windows). Use with-current-buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 28 Aug 2009 04:12:49 +0000 |
parents | 790bd85e4cb0 |
children | 50fdf250e26b |
comparison
equal
deleted
inserted
replaced
104662:790bd85e4cb0 | 104663:ae5e866fedd8 |
---|---|
1 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion): | |
4 Replace uses of default-cursor-in-non-selected-windows | |
5 with (default-value 'cursor-in-non-selected-windows). | |
6 Use with-current-buffer. | |
2 | 7 |
3 * mail/feedmail.el: Use CL macros. | 8 * mail/feedmail.el: Use CL macros. |
4 (feedmail-run-the-queue, feedmail-send-it-immediately): | 9 (feedmail-run-the-queue, feedmail-send-it-immediately): |
5 * dos-w32.el (find-buffer-file-type): Replace uses of | 10 * dos-w32.el (find-buffer-file-type): Replace uses of |
6 default-buffer-file-type with (default-value 'buffer-file-type). | 11 default-buffer-file-type with (default-value 'buffer-file-type). |