Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4586:732e3243f2e4
Correct a bug in #'display-graphic-p.
2009-01-31 Aidan Kehoe <kehoea@parhasard.net>
* frame.el (display-graphic-p):
Call #'display-device on the DISPLAY argument, ensuring that the
argument to #'device-on-window-system-p is correct.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 31 Jan 2009 13:21:32 +0000 |
parents | 49e17f7182f5 |
children | dbe504bac1f4 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Jan 18 12:56:51 2009 +0000 +++ b/lisp/ChangeLog Sat Jan 31 13:21:32 2009 +0000 @@ -1,3 +1,9 @@ +2009-01-31 Aidan Kehoe <kehoea@parhasard.net> + + * frame.el (display-graphic-p): + Call #'display-device on the DISPLAY argument, ensuring that the + argument to #'device-on-window-system-p is correct. + 2009-01-18 Ville Skyttä <scop@xemacs.org> * font.el (font-*-p): Docstring spelling fix.