comparison lisp/ChangeLog @ 4546:44129f301385

Make functions in frame.el more general. (This results in better behaviour on Carbon, notably.) 2008-12-30 Aidan Kehoe <kehoea@parhasard.net> * frame.el (display-mouse-p): (display-popup-menus-p): (display-images-p): (display-selections-p): (display-visual-class): Make all these functions more general, do not hard code device type symbols where that is inappropriate.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 30 Dec 2008 14:22:29 +0000
parents 7e01763ea656
children ab9e8f0fb295
comparison
equal deleted inserted replaced
4545:8775d3b54874 4546:44129f301385
1 2008-12-30 Aidan Kehoe <kehoea@parhasard.net>
2
3 * frame.el (display-mouse-p):
4 (display-popup-menus-p):
5 (display-images-p):
6 (display-selections-p):
7 (display-visual-class):
8 Make all these functions more general, do not hard code device
9 type symbols where that is inappropriate.
10
1 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> 11 2008-12-27 Aidan Kehoe <kehoea@parhasard.net>
2 12
3 * loadhist.el (symbol-file): 13 * loadhist.el (symbol-file):
4 Use #'defun*, not #'defun, to allow the checks for autoloaded 14 Use #'defun*, not #'defun, to allow the checks for autoloaded
5 functions and variables to call #'return-from correctly. Use 15 functions and variables to call #'return-from correctly. Use