]> git.eshelyaron.com Git - emacs.git/commitdiff
Better adhere to coding conventions.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 31 Mar 2005 23:17:51 +0000 (23:17 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 31 Mar 2005 23:17:51 +0000 (23:17 +0000)
lisp/url/vc-dav.el

index e0e32f5da1a276aab8da8d3c734ac229f0e10899..3bf03165564a9646d13453d08e640ef76cb8e642 100644 (file)
 ;; 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