We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1102a commit 7ab848cCopy full SHA for 7ab848c
vc-partial-commit.el
@@ -1,4 +1,4 @@
1
-;;; vc-partialcommit.el -- commit only some changes from a diff
+;;; vc-partial-commit.el -- commit only some changes from a diff
2
3
;; The idea is that after some happy hacking on a file, there are
4
;; several unrelated changes in our working copy. For instance, while
@@ -104,3 +104,6 @@ the changes we just committed)."
104
(setq vc-partial-commit-files nil)
105
(remove-hook 'vc-checkin-hook 'vc-partial-commit-restore-working-file))
106
107
+(provide 'vc-partial-commit)
108
+
109
+;;; vc-partial-commit.el ends here
0 commit comments