comparison lisp/startup.el @ 811:7778a469a8ac

[xemacs-hg @ 2002-04-07 19:36:13 by wmperry] Fix menubar-less builds.
author wmperry
date Sun, 07 Apr 2002 19:36:14 +0000
parents e38acbeb1cae
children 42375619fa45
comparison
equal deleted inserted replaced
810:0f42d0a17667 811:7778a469a8ac
716 ;; These are now called explicitly at the proper times, 716 ;; These are now called explicitly at the proper times,
717 ;; since that is easier to understand. 717 ;; since that is easier to understand.
718 ;; Actually using hooks within Emacs is bad for future maintenance. --rms. 718 ;; Actually using hooks within Emacs is bad for future maintenance. --rms.
719 ;; 719 ;;
720 ;; In this case, I completely agree. --ben 720 ;; In this case, I completely agree. --ben
721 (init-menubar-at-startup) 721 (if (featurep 'menubar)
722 (init-menubar-at-startup))
722 ;; perhaps this should go earlier in the proecess? 723 ;; perhaps this should go earlier in the proecess?
723 (if (featurep 'mule) 724 (if (featurep 'mule)
724 (declare-fboundp (init-mule-at-startup))) 725 (declare-fboundp (init-mule-at-startup)))
725 726
726 ;; 727 ;;