comparison lisp/url/vc-dav.el @ 61184:fb431b536a04

Better adhere to coding conventions.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 31 Mar 2005 23:17:51 +0000
parents e8824c4f5f7e
children a8fa7c632ee4 360860a0006f
comparison
equal deleted inserted replaced
61183:20df42e1599e 61184:fb431b536a04
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02111-1307, USA.
23
24
25 ;;; Commentary:
26
27 ;;; Code:
23 28
24 (require 'url) 29 (require 'url)
25 (require 'url-dav) 30 (require 'url-dav)
26 31
27 ;;; Required functions for a vc backend 32 ;;; Required functions for a vc backend
173 ;; Unregister URL. Not possible with WebDAV, other than by 178 ;; Unregister URL. Not possible with WebDAV, other than by
174 ;; deleting the resource. 179 ;; deleting the resource.
175 180
176 (provide 'vc-dav) 181 (provide 'vc-dav)
177 182
178 ;;; arch-tag: 0a0fb9fe-8190-4c0a-a179-5c291d3a467e 183 ;; arch-tag: 0a0fb9fe-8190-4c0a-a179-5c291d3a467e
184 ;;; vc-dav.el ends here