Skip to content

Commit 7ab848c

Browse files
committed
vc-partial-commit: corrected the filename at the top, added a
(provide) at the end. git-svn-id: https://svn.fperrin.net/vc-partial-commit@44 c9a10d8c-32d9-de11-9687-001bfc191731
1 parent db1102a commit 7ab848c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vc-partial-commit.el

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; vc-partialcommit.el -- commit only some changes from a diff
1+
;;; vc-partial-commit.el -- commit only some changes from a diff
22

33
;; The idea is that after some happy hacking on a file, there are
44
;; several unrelated changes in our working copy. For instance, while
@@ -104,3 +104,6 @@ the changes we just committed)."
104104
(setq vc-partial-commit-files nil)
105105
(remove-hook 'vc-checkin-hook 'vc-partial-commit-restore-working-file))
106106

107+
(provide 'vc-partial-commit)
108+
109+
;;; vc-partial-commit.el ends here

0 commit comments

Comments
 (0)