aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/proof-compat.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/proof-compat.el')
-rw-r--r--lib/proof-compat.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/proof-compat.el b/lib/proof-compat.el
index 4c1fa5b2..abbdb465 100644
--- a/lib/proof-compat.el
+++ b/lib/proof-compat.el
@@ -141,6 +141,5 @@ The value returned is the value of the last form in BODY."
(if (and (symbolp this-command) (get this-command 'completion-function))
(funcall (get this-command 'completion-function)))))
-
-;; End of proof-compat.el
(provide 'proof-compat)
+;;; proof-compat.el ends here