From: Richard M. Stallman Date: Thu, 12 Sep 1996 18:59:53 +0000 (+0000) Subject: Load frame.elc unconditionally. X-Git-Tag: emacs-20.1~3770 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd727f4a0b94a7754db9aa6bb77fd908f71d51a2;p=emacs.git Load frame.elc unconditionally. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 06f3a11aebf..5e1a1cbde84 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -60,10 +60,8 @@ (load "isearch") (garbage-collect) (load "window") -(if (fboundp 'delete-frame) - (progn - (garbage-collect) - (load "frame"))) +(garbage-collect) +(load "frame") (if (fboundp 'frame-face-alist) (progn (garbage-collect)