diff lisp/loadup.el @ 82505:80c2f32c0201

Preload "button".
author Juri Linkov <juri@jurta.org>
date Tue, 21 Aug 2007 19:19:38 +0000
parents 9355f9b7bbff
children 27d11c1d4e46 b83d0dadb2a7
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")