the changes seem good except for one point:
*** loadup.el 19 Mar 2005 13:28:44 -0600 1.135
--- loadup.el 08 Apr 2005 19:54:48 -0500
***************
*** 143,148 ****
--- 143,150 ----
(load "select")))
(load "emacs-lisp/timer")
(load "isearch")
+ (load "tooltip")
+ (load "xt-mouse")
I don't like preloading xt-mouse, since most users don't want it.
Could you make lisp/term/xterm.el load it instead?
Preloading tooltip is ok, since that usually will not be wasted.
Also, please don't forget to mention in etc/NEWS that xterm-mouse-mode
will be enabled by default.
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel