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
50925e72
Commit
50925e72
authored
Jun 26, 2008
by
Dan Nicolaescu
Browse files
* vc-dir.el (tool-bar): Require.
* vc.el (ewoc, tool-bar): Do no require.
parent
16bad4dd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/vc-dir.el
lisp/vc-dir.el
+1
-0
lisp/vc.el
lisp/vc.el
+0
-2
No files found.
lisp/ChangeLog
View file @
50925e72
2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dir.el (tool-bar): Require.
* vc.el (ewoc, tool-bar): Do no require.
2008-06-26 Kenichi Handa <handa@m17n.org>
* composite.el (terminal-composition-base-character-p): New function.
...
...
lisp/vc-dir.el
View file @
50925e72
...
...
@@ -39,6 +39,7 @@
(
require
'vc-hooks
)
(
require
'vc
)
(
require
'tool-bar
)
(
require
'ewoc
)
;;; Code:
...
...
lisp/vc.el
View file @
50925e72
...
...
@@ -650,8 +650,6 @@
(
require
'vc-hooks
)
(
require
'vc-dispatcher
)
(
require
'tool-bar
)
(
require
'ewoc
)
(
eval-when-compile
(
require
'cl
))
...
...
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