Mercurial > hg > xemacs-beta
comparison lisp/efs/ange-ftp.el @ 102:a145efe76779 r20-1b3
Import from CVS: tag r20-1b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:49 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
101:a0ec055d74dd | 102:a145efe76779 |
---|---|
1 ;;; ange-ftp.el --- Stub for EFS-enabled XEmacs | |
2 | |
3 ;; Copyright (C) 1997 by Steven L Baur | |
4 | |
5 ;; Author: Steven L Baur <steve@altair.xemacs.org> | |
6 ;; Keywords: extensions | |
7 | |
8 ;; This file is part of XEmacs. | |
9 | |
10 ;; XEmacs is free software; you can redistribute it and/or modify it | |
11 ;; under the terms of the GNU General Public License as published by | |
12 ;; the Free Software Foundation; either version 2, or (at your option) | |
13 ;; any later version. | |
14 | |
15 ;; XEmacs is distributed in the hope that it will be useful, but | |
16 ;; WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
18 ;; General Public License for more details. | |
19 | |
20 ;; You should have received a copy of the GNU General Public License | |
21 ;; along with XEmacs; see the file COPYING. If not, write to the Free | |
22 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | |
23 ;; 02111-1307, USA. | |
24 | |
25 ;;; Synched up with: Not in FSF | |
26 | |
27 ;;; Commentary: | |
28 | |
29 ;; Compatibility module for users who still attempt to reference the | |
30 ;; obsolete ange-ftp. | |
31 | |
32 ;;; Code: | |
33 | |
34 (require 'efs-auto) | |
35 (warn "ange-ftp is obsolete, using efs-auto") | |
36 | |
37 (provide 'ange-ftp) | |
38 | |
39 ;;; ange-ftp.el ends here |