branch: elpa/vc-fossil
commit f69eac0a0b20632715d60523ac455c4fe8bfba29
Author: fifr <fifr>
Commit: fifr <fifr>

    Add end-of-file comment.
    
    Required by Emacs standards.
---
 vc/el/vc-fossil.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/vc/el/vc-fossil.el b/vc/el/vc-fossil.el
index de9b635..ec96257 100644
--- a/vc/el/vc-fossil.el
+++ b/vc/el/vc-fossil.el
@@ -311,3 +311,5 @@ If `files` is nil return the status for all files."
   (vc-fossil-command nil 0 (list (file-truename old) (file-truename new)) "mv" 
"--hard"))
 
 (provide 'vc-fossil)
+
+;;; vc-fossil.el ends here

Reply via email to