diff options
author | 2007-10-06 10:07:22 +0000 | |
---|---|---|
committer | 2007-10-06 10:07:22 +0000 | |
commit | 89c460e78339e9823a7f0e41ba09b1da7c62d8b8 (patch) | |
tree | 412938c9b9411e20decf787d5eb0d4105edba043 /app-emacs/prom-wl/files | |
parent | sparc stable wrt #133667 (diff) | |
download | gentoo-2-89c460e78339e9823a7f0e41ba09b1da7c62d8b8.tar.gz gentoo-2-89c460e78339e9823a7f0e41ba09b1da7c62d8b8.tar.bz2 gentoo-2-89c460e78339e9823a7f0e41ba09b1da7c62d8b8.zip |
Use autoload mechanism.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-emacs/prom-wl/files')
-rw-r--r-- | app-emacs/prom-wl/files/50prom-wl-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/prom-wl/files/70prom-wl-gentoo.el | 4 | ||||
-rw-r--r-- | app-emacs/prom-wl/files/digest-prom-wl-2.7.0-r1 (renamed from app-emacs/prom-wl/files/digest-prom-wl-2.7.0) | 0 |
3 files changed, 5 insertions, 4 deletions
diff --git a/app-emacs/prom-wl/files/50prom-wl-gentoo.el b/app-emacs/prom-wl/files/50prom-wl-gentoo.el new file mode 100644 index 000000000000..8eab391ee220 --- /dev/null +++ b/app-emacs/prom-wl/files/50prom-wl-gentoo.el @@ -0,0 +1,5 @@ + +;;; prom-wl site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'prom-wl "prom-wl" nil t) diff --git a/app-emacs/prom-wl/files/70prom-wl-gentoo.el b/app-emacs/prom-wl/files/70prom-wl-gentoo.el deleted file mode 100644 index b3bd9ac9c1d3..000000000000 --- a/app-emacs/prom-wl/files/70prom-wl-gentoo.el +++ /dev/null @@ -1,4 +0,0 @@ - -;;; prom-wl site-lisp configuration - -(load "prom-wl") diff --git a/app-emacs/prom-wl/files/digest-prom-wl-2.7.0 b/app-emacs/prom-wl/files/digest-prom-wl-2.7.0-r1 index 40f3a0eba3d2..40f3a0eba3d2 100644 --- a/app-emacs/prom-wl/files/digest-prom-wl-2.7.0 +++ b/app-emacs/prom-wl/files/digest-prom-wl-2.7.0-r1 |