source: projects/emacsen-common/trunk/apel-sample/usr/share/emacs/site-lisp/apel/file-detect.el @ 7238

Revision 7238, 1.3 KB checked in by daisuke, 12 years ago (diff)

import emacsen-common

Line 
1;;; file-detect.el --- Path management or file detection utility
2
3;; Copyright (C) 1996,1997 Free Software Foundation, Inc.
4
5;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
6;; Version: $Id: file-detect.el,v 1.1.1.1 2001/07/19 05:30:55 xtakei Exp $
7;; Keywords: file detection, install, module
8;; Status: obsoleted
9
10;; This file is part of APEL (A Portable Emacs Library).
11
12;; This program is free software; you can redistribute it and/or
13;; modify it under the terms of the GNU General Public License as
14;; published by the Free Software Foundation; either version 2, or (at
15;; your option) any later version.
16
17;; This program is distributed in the hope that it will be useful, but
18;; WITHOUT ANY WARRANTY; without even the implied warranty of
19;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
20;; General Public License for more details.
21
22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs; see the file COPYING.  If not, write to the
24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25;; Boston, MA 02111-1307, USA.
26
27;;; Commentary:
28
29;;      This file is existed only for compatibility.  Please use
30;;      path-util.el instead of this file.
31
32;;; Code:
33
34(require 'path-util)
35
36(require 'product)
37(product-provide (provide 'file-detect) (require 'apel-ver))
38
39;;; file-detect.el ends here
Note: See TracBrowser for help on using the repository browser.