diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/loadup.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 08b90b6f4c0..92616097b6d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-11 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/. | ||
| 4 | |||
| 1 | 2010-06-11 Juri Linkov <juri@jurta.org> | 5 | 2010-06-11 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * finder.el (finder-known-keywords): Add keyword "vc" | 7 | * finder.el (finder-known-keywords): Add keyword "vc" |
diff --git a/lisp/loadup.el b/lisp/loadup.el index b087aa79040..d4af1d4617f 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -243,8 +243,8 @@ | |||
| 243 | (progn ; floating pt. functions if we have float support. | 243 | (progn ; floating pt. functions if we have float support. |
| 244 | (load "emacs-lisp/float-sup"))) | 244 | (load "emacs-lisp/float-sup"))) |
| 245 | 245 | ||
| 246 | (load "vc-hooks") | 246 | (load "vc/vc-hooks") |
| 247 | (load "ediff-hook") | 247 | (load "vc/ediff-hook") |
| 248 | (if (fboundp 'x-show-tip) (load "tooltip")) | 248 | (if (fboundp 'x-show-tip) (load "tooltip")) |
| 249 | 249 | ||
| 250 | ;If you want additional libraries to be preloaded and their | 250 | ;If you want additional libraries to be preloaded and their |