| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.11 2005/07/06 20:20:03 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.13 2005/07/11 15:08:06 swegener Exp $ |
| 4 | # |
4 | # |
| 5 | # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> |
5 | # Copyright 2002-2003 Matthew Kennedy <mkennedy@gentoo.org> |
| 6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
6 | # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> |
| 7 | # |
7 | # |
| 8 | # This is not an eclass, but it does provide emacs-related |
8 | # This is not an eclass, but it does provide emacs-related |
| 9 | # installation utilities. |
9 | # installation utilities. |
| 10 | |
10 | |
| 11 | INHERITED="$INHERITED $ECLASS" |
|
|
| 12 | |
11 | |
| 13 | SITELISP=/usr/share/emacs/site-lisp |
12 | SITELISP=/usr/share/emacs/site-lisp |
| 14 | |
13 | |
| 15 | elisp-compile() { |
14 | elisp-compile() { |
| 16 | /usr/bin/emacs --batch -f batch-byte-compile --no-site-file --no-init-file $* |
15 | /usr/bin/emacs --batch -f batch-byte-compile --no-site-file --no-init-file $* |
| … | |
… | |
| 132 | # Local Variables: *** |
131 | # Local Variables: *** |
| 133 | # mode: shell-script *** |
132 | # mode: shell-script *** |
| 134 | # tab-width: 4 *** |
133 | # tab-width: 4 *** |
| 135 | # indent-tabs-mode: t *** |
134 | # indent-tabs-mode: t *** |
| 136 | # End: *** |
135 | # End: *** |
| 137 | |
|
|