Remove xetla pkg
[packages] / xemacs-packages / zenirc / src / zenirc-make.el
1 ;;; zenirc-make --- a hack to set the load path for byte-compiling
2
3 ;; Copyright (C) 1995, 1996 Per Persson
4
5 ;; Author: Per Persson <pp@sno.pp.se>
6 ;; Maintainer: pp@sno.pp.se
7 ;; Keywords: zenirc, make
8 ;; Created: 1995-06-26
9
10 ;; This program is free software; you can redistribute it and/or modify
11 ;; it 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 ;; This program is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19 ;;
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with this program; if not, you can either send email to this
22 ;; program's maintainer or write to: The Free Software Foundation,
23 ;; Inc.; 675 Massachusetts Avenue; Cambridge, MA 02139, USA.
24
25 ;;; Commentary:
26
27 ;;; Code:
28
29 (setq load-path (cons "." load-path))
30
31 ;;; zenirc-make.el ends here