mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
This commit is contained in:
parent
9766adfbca
commit
69f18acc8d
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-06-11 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
|
||||
|
||||
2010-06-11 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* finder.el (finder-known-keywords): Add keyword "vc"
|
||||
|
|
|
|||
|
|
@ -243,8 +243,8 @@
|
|||
(progn ; floating pt. functions if we have float support.
|
||||
(load "emacs-lisp/float-sup")))
|
||||
|
||||
(load "vc-hooks")
|
||||
(load "ediff-hook")
|
||||
(load "vc/vc-hooks")
|
||||
(load "vc/ediff-hook")
|
||||
(if (fboundp 'x-show-tip) (load "tooltip"))
|
||||
|
||||
;If you want additional libraries to be preloaded and their
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue