diff options
author | Miles Bader <miles@gnu.org> | 2004-04-04 04:44:10 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-04-04 04:44:10 +0000 |
commit | e5566bd545c8557083a84f651b02a6090316dfed (patch) | |
tree | 75532668fb9a7ba34639f4ad1289d357ccd5f072 /lisp/url/url-nfs.el | |
parent | 1051f1d82c3484c3197916ce6c16b40c7c147b8c (diff) | |
download | emacs-e5566bd545c8557083a84f651b02a6090316dfed.tar.gz |
Resolve CVS conflicts
Diffstat (limited to 'lisp/url/url-nfs.el')
-rw-r--r-- | lisp/url/url-nfs.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/url/url-nfs.el b/lisp/url/url-nfs.el index d3e5b4d4128..a7ea476a647 100644 --- a/lisp/url/url-nfs.el +++ b/lisp/url/url-nfs.el @@ -1,7 +1,7 @@ ;;; url-nfs.el --- NFS URL interface -;; Author: $Author: fx $ -;; Created: $Date: 2001/05/22 16:10:50 $ -;; Version: $Revision: 1.3 $ +;; Author: $Author: monnier $ +;; Created: $Date: 2004/04/04 01:21:46 $ +;; Version: $Revision: 1.1.1.1 $ ;; Keywords: comm, data, processes ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -95,3 +95,5 @@ Each can be used any number of times.") (url-nfs-create-wrapper file-truename (url &optional counter prev-dirs))) (provide 'url-nfs) + +;;; arch-tag: cdf9c9ba-b7d2-4c29-8b48-7ae9bbc0d437 |