comparison lisp/gnus/ChangeLog @ 93105:29263b6aa4c7

(gnus-configure-frame, gnus-all-windows-visible-p): Prefer fboundp to functionp so it works with macros as well.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 20 Mar 2008 15:42:57 +0000
parents 93ab884a75dd
children e931cb410f95
comparison
equal deleted inserted replaced
93104:cd165893f5bb 93105:29263b6aa4c7
1 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
4 Prefer fboundp to functionp so it works with macros as well.
5
1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> 6 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * nntp.el: Use with-current-buffer. 8 * nntp.el: Use with-current-buffer.
4 (nntp-send-buffer): Just set the buffer to unibyte rather than use the 9 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
5 dubious mm-with-unibyte-current-buffer. 10 dubious mm-with-unibyte-current-buffer.