Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/startup.el Mon Aug 13 10:14:17 2007 +0200 +++ b/lisp/startup.el Mon Aug 13 10:14:40 2007 +0200 @@ -615,6 +615,13 @@ (when site-start-file (load site-start-file t t)) + ;; Disabled for now + (unless inhibit-update-dumped-lisp + (packages-reload-dumped-lisp)) + + (unless inhibit-update-autoloads + (packages-reload-autoloads)) + ;; Sites should not disable this. Only individuals should disable ;; the startup message. (setq inhibit-startup-message nil)