Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
69f18acc
Commit
69f18acc
authored
Jun 11, 2010
by
Juanma Barranquero
Browse files
* loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
parent
9766adfb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/loadup.el
lisp/loadup.el
+2
-2
No files found.
lisp/ChangeLog
View file @
69f18acc
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"
...
...
lisp/loadup.el
View file @
69f18acc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment