From 9b06ffa3dc182766ec67ee4fe06c2f7141602bc2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 31 Mar 2005 23:17:51 +0000 Subject: [PATCH] Better adhere to coding conventions. --- lisp/url/vc-dav.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/url/vc-dav.el b/lisp/url/vc-dav.el index e0e32f5da1a..3bf03165564 100644 --- a/lisp/url/vc-dav.el +++ b/lisp/url/vc-dav.el @@ -21,6 +21,11 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. + +;;; Commentary: + +;;; Code: + (require 'url) (require 'url-dav) @@ -175,4 +180,5 @@ It should return a status of either 0 (no differences found), or (provide 'vc-dav) -;;; arch-tag: 0a0fb9fe-8190-4c0a-a179-5c291d3a467e +;; arch-tag: 0a0fb9fe-8190-4c0a-a179-5c291d3a467e +;;; vc-dav.el ends here -- 2.39.2