projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
459c060
)
Added epa.
author
ueno
<ueno>
Thu, 13 Apr 2006 09:15:09 +0000
(09:15 +0000)
committer
ueno
<ueno>
Thu, 13 Apr 2006 09:15:09 +0000
(09:15 +0000)
COMPILE
patch
|
blob
|
history
Makefile.am
patch
|
blob
|
history
diff --git
a/COMPILE
b/COMPILE
index
4d18562
..
71b4764
100644
(file)
--- a/
COMPILE
+++ b/
COMPILE
@@
-1,7
+1,7
@@
;;; -*- Emacs-Lisp -*-
(defvar epg-modules
- '(epg epf))
+ '(epg epa epf))
(defun epg-compile-modules (modules)
(let ((load-path (cons nil load-path))
diff --git
a/Makefile.am
b/Makefile.am
index
ef8f1bb
..
d6fcf39
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,6
+1,6
@@
AUTOMAKE_OPTIONS = no-dependencies
-EXTRA_DIST = epg.el epf.el pgg-epg.el
+EXTRA_DIST = epg.el epa.el epf.el pgg-epg.el
CLEANFILES = auto-autoloads.el custom-load.el *.elc
FLAGS ?= -batch -q -no-site-file