Mercurial > emacs
changeset 61184:fb431b536a04
Better adhere to coding conventions.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 31 Mar 2005 23:17:51 +0000 |
parents | 20df42e1599e |
children | 447c3b4db32f |
files | lisp/url/vc-dav.el |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/url/vc-dav.el Thu Mar 31 23:16:20 2005 +0000 +++ b/lisp/url/vc-dav.el Thu Mar 31 23:17:51 2005 +0000 @@ -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 @@ (provide 'vc-dav) -;;; arch-tag: 0a0fb9fe-8190-4c0a-a179-5c291d3a467e +;; arch-tag: 0a0fb9fe-8190-4c0a-a179-5c291d3a467e +;;; vc-dav.el ends here