Mercurial > emacs
comparison lisp/ChangeLog @ 66647:f6c8a712bfcd
(mouse-wheel-down-event, mouse-wheel-up-event): Use system-type instead
of window-system because window-system is not correctly defined during loadup.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Thu, 03 Nov 2005 14:35:26 +0000 |
parents | 173cd676da78 |
children | 3dbeee07bb77 |
comparison
equal
deleted
inserted
replaced
66646:173cd676da78 | 66647:f6c8a712bfcd |
---|---|
1 2005-11-03 Sam Steingold <sds@gnu.org> | |
2 | |
3 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Use | |
4 system-type instead of window-system because window-system is not | |
5 correctly defined during loadup. | |
6 | |
1 2005-11-02 Mark A. Hershberger <mah@everybody.org> | 7 2005-11-02 Mark A. Hershberger <mah@everybody.org> |
2 | 8 |
3 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs. | 9 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs. |
4 (xml-parse-tag): Join strings separated by a comment properly. | 10 (xml-parse-tag): Join strings separated by a comment properly. |
5 | 11 |