changeset 82505:80c2f32c0201

Preload "button".
author Juri Linkov <juri@jurta.org>
date Tue, 21 Aug 2007 19:19:38 +0000
parents b5ffcd309b13
children eeb13f703926
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Tue Aug 21 18:22:54 2007 +0000
+++ b/lisp/loadup.el	Tue Aug 21 19:19:38 2007 +0000
@@ -79,6 +79,7 @@
 (message "%s" (garbage-collect))
 (load "simple")
 
+(load "button")
 (load "help")
 
 (load "jka-cmpr-hook")