emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/url/vc-dav.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/url/vc-dav.el
Date: Sat, 06 Aug 2005 11:56:02 -0400

Index: emacs/lisp/url/vc-dav.el
diff -c emacs/lisp/url/vc-dav.el:1.5 emacs/lisp/url/vc-dav.el:1.6
*** emacs/lisp/url/vc-dav.el:1.5        Mon Jul  4 16:37:19 2005
--- emacs/lisp/url/vc-dav.el    Sat Aug  6 15:55:38 2005
***************
*** 1,6 ****
  ;;; vc-dav.el --- vc.el support for WebDAV
  
! ;; Copyright (C) 2001 Free Software Foundation, Inc.
  
  ;; Author: Bill Perry <address@hidden>
  ;; Maintainer: Bill Perry <address@hidden>
--- 1,6 ----
  ;;; vc-dav.el --- vc.el support for WebDAV
  
! ;; Copyright (C) 2001, 2004, 2005 Free Software Foundation, Inc.
  
  ;; Author: Bill Perry <address@hidden>
  ;; Maintainer: Bill Perry <address@hidden>
***************
*** 57,63 ****
          ;; _WE_ have a lock
          'edited
        (cdr (car locks)))))))
!       
  (defun vc-dav-checkout-model (url)
    "Indicate whether URL needs to be \"checked out\" before it can be edited.
  See `vc-checkout-model' for a list of possible values."
--- 57,63 ----
          ;; _WE_ have a lock
          'edited
        (cdr (car locks)))))))
! 
  (defun vc-dav-checkout-model (url)
    "Indicate whether URL needs to be \"checked out\" before it can be edited.
  See `vc-checkout-model' for a list of possible values."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]