diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-08 23:20:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-08 23:20:11 +0000 |
commit | 30a61f4a633880f6a88d5600f604c85f396b7041 (patch) | |
tree | 668bca610a45bf47602ccbfd86861bd7b6f7130f /app-emacs/bongo/files | |
parent | Remove old. (diff) | |
download | gentoo-2-30a61f4a633880f6a88d5600f604c85f396b7041.tar.gz gentoo-2-30a61f4a633880f6a88d5600f604c85f396b7041.tar.bz2 gentoo-2-30a61f4a633880f6a88d5600f604c85f396b7041.zip |
Initial import, bug 228723, from Emacs overlay.
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-emacs/bongo/files')
-rw-r--r-- | app-emacs/bongo/files/50bongo-gentoo.el | 6 | ||||
-rw-r--r-- | app-emacs/bongo/files/bongo-20070619-fix-require.patch | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/bongo/files/50bongo-gentoo.el b/app-emacs/bongo/files/50bongo-gentoo.el new file mode 100644 index 000000000000..34745b82d048 --- /dev/null +++ b/app-emacs/bongo/files/50bongo-gentoo.el @@ -0,0 +1,6 @@ + +;;; bongo site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(add-to-list 'image-load-path "@SITEETC@" t) +(autoload 'bongo "bongo" "Start Bongo by switching to a Bongo buffer." t) diff --git a/app-emacs/bongo/files/bongo-20070619-fix-require.patch b/app-emacs/bongo/files/bongo-20070619-fix-require.patch new file mode 100644 index 000000000000..6b3e6ff588df --- /dev/null +++ b/app-emacs/bongo/files/bongo-20070619-fix-require.patch @@ -0,0 +1,11 @@ +--- bongo-orig/bongo.el 2007-06-19 16:51:37.000000000 +0200 ++++ bongo/bongo.el 2008-06-22 15:30:23.000000000 +0200 +@@ -67,7 +67,7 @@ + + ;;; Code: + +-(eval-when-compile ++(eval-and-compile + (require 'cl) + (require 'rx)) + |