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
92d1eebf
Commit
92d1eebf
authored
May 03, 2008
by
Eric S. Raymond
Browse files
vc-dispatcher layer separation.
parent
9b4ab1b4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1705 additions
and
1608 deletions
+1705
-1608
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/vc-dispatcher.el
lisp/vc-dispatcher.el
+1696
-0
lisp/vc.el
lisp/vc.el
+2
-1608
No files found.
lisp/ChangeLog
View file @
92d1eebf
2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
* vc-dispatcher.el: New file, separates out the UI and command
execution machinery from VCS-specific logic left in vc.el. The
separation is not yet completely clean, but it's a good start.
* vc.el: This file is about 1700 lines shorter now.
2008-05-02 Sam Steingold <sds@gnu.org>
* progmodes/compile.el (compilation-start): Move setting of
...
...
lisp/vc-dispatcher.el
0 → 100644
View file @
92d1eebf
This diff is collapsed.
Click to expand it.
lisp/vc.el
View file @
92d1eebf
This diff is collapsed.
Click to expand it.
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