From: ueno Date: Thu, 13 Apr 2006 09:15:09 +0000 (+0000) Subject: Added epa. X-Git-Tag: epgsm-branchpoint~82 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f35cdccd806f9adfba706694d383aa6a5500777d;p=elisp%2Fepg.git Added epa. --- diff --git a/COMPILE b/COMPILE index 4d18562..71b4764 100644 --- 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 --- 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