Mercurial > emacs
changeset 11107:5358a0febe7a
Don't load mouse and face files in system-specific
branches; an earlier test has already loaded them based on a
symbol equivalent to HAVE_MOUSE or HAVE_FACES.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 23 Mar 1995 21:44:59 +0000 |
parents | 30ec7c9dcdb9 |
children | ad6e21535db6 |
files | lisp/loadup.el |
diffstat | 1 files changed, 2 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Thu Mar 23 21:33:22 1995 +0000 +++ b/lisp/loadup.el Thu Mar 23 21:44:59 1995 +0000 @@ -114,11 +114,7 @@ (load "ls-lisp") (garbage-collect) (load "winnt") - (garbage-collect) - (if (not (featurep 'mouse)) - (progn - (load "mouse") - (garbage-collect))))) + (garbage-collect))) (if (eq system-type 'ms-dos) (progn (load "ls-lisp") @@ -126,13 +122,7 @@ (load "dos-fns") (garbage-collect) (load "disp-table") ; needed to setup ibm-pc char set, see internal.el - (garbage-collect) - (if (not (fboundp 'delete-frame)) - (progn - (load "mouse") - (garbage-collect) - (load "faces") - (garbage-collect))))) + (garbage-collect))) (if (fboundp 'atan) ; preload some constants and (progn ; floating pt. functions if (garbage-collect) ; we have float support.