diff options
| author | Juri Linkov | 2007-08-21 19:19:46 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-08-21 19:19:46 +0000 |
| commit | e255d6b0a1210d8f4fc6b2bff814ad39c658b81e (patch) | |
| tree | 3e0715c1fd26c5aca97fbb1c47911ad7b3f95095 | |
| parent | 030df5f0225e965b96304a313a9b0dfef95a699d (diff) | |
| download | emacs-e255d6b0a1210d8f4fc6b2bff814ad39c658b81e.tar.gz emacs-e255d6b0a1210d8f4fc6b2bff814ad39c658b81e.zip | |
Preload "button".
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/loadup.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 481902de502..9569de20af0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-21 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * loadup.el: Preload "button". | ||
| 4 | |||
| 1 | 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): | 7 | * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions): |
diff --git a/lisp/loadup.el b/lisp/loadup.el index 7c144bf8315..ee9f1f7ab5c 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -79,6 +79,7 @@ | |||
| 79 | (message "%s" (garbage-collect)) | 79 | (message "%s" (garbage-collect)) |
| 80 | (load "simple") | 80 | (load "simple") |
| 81 | 81 | ||
| 82 | (load "button") | ||
| 82 | (load "help") | 83 | (load "help") |
| 83 | 84 | ||
| 84 | (load "jka-cmpr-hook") | 85 | (load "jka-cmpr-hook") |