comparison lisp/startup.el @ 235:85a06df23a9a r20-5b16

Import from CVS: tag r20-5b16
author cvs
date Mon, 13 Aug 2007 10:14:40 +0200
parents 0e522484dd2a
children 41f2f0e326e9
comparison
equal deleted inserted replaced
234:946e7f6ce379 235:85a06df23a9a
612 ;; Run the site-start library if it exists. The point of this file is 612 ;; Run the site-start library if it exists. The point of this file is
613 ;; that it is run before .emacs. There is no point in doing this after 613 ;; that it is run before .emacs. There is no point in doing this after
614 ;; .emacs; that is useless. 614 ;; .emacs; that is useless.
615 (when site-start-file 615 (when site-start-file
616 (load site-start-file t t)) 616 (load site-start-file t t))
617
618 ;; Disabled for now
619 (unless inhibit-update-dumped-lisp
620 (packages-reload-dumped-lisp))
621
622 (unless inhibit-update-autoloads
623 (packages-reload-autoloads))
617 624
618 ;; Sites should not disable this. Only individuals should disable 625 ;; Sites should not disable this. Only individuals should disable
619 ;; the startup message. 626 ;; the startup message.
620 (setq inhibit-startup-message nil) 627 (setq inhibit-startup-message nil)
621 628