diff options
| author | Sam Steingold | 2005-11-03 14:35:26 +0000 |
|---|---|---|
| committer | Sam Steingold | 2005-11-03 14:35:26 +0000 |
| commit | c7280fb559080f4f7a239fa2de41802bb409d322 (patch) | |
| tree | d190ea53194d2038514d86be1d6e2da9f887e571 /lisp/ChangeLog | |
| parent | aaaa8abbd0247a37addc0907ac24a3eafedbd909 (diff) | |
| download | emacs-c7280fb559080f4f7a239fa2de41802bb409d322.tar.gz emacs-c7280fb559080f4f7a239fa2de41802bb409d322.zip | |
(mouse-wheel-down-event, mouse-wheel-up-event): Use system-type instead
of window-system because window-system is not correctly defined during loadup.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d58ced9fbe4..3e5c73ebd2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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. |