From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-emacs/erobot/files/50erobot-gentoo.el | 4 ++++ app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 app-emacs/erobot/files/50erobot-gentoo.el create mode 100644 app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch (limited to 'app-emacs/erobot/files') diff --git a/app-emacs/erobot/files/50erobot-gentoo.el b/app-emacs/erobot/files/50erobot-gentoo.el new file mode 100644 index 000000000000..9ca415017af3 --- /dev/null +++ b/app-emacs/erobot/files/50erobot-gentoo.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'erobot "erobot" "Starts a game of erobot." t) +(autoload 'erobot-tour "erobot" + "Introduction to some of the erobots included in the package." t) diff --git a/app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch b/app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch new file mode 100644 index 000000000000..69b195170a85 --- /dev/null +++ b/app-emacs/erobot/files/erobot-2.1.0-fix-interactive.patch @@ -0,0 +1,11 @@ +--- erobot.el~ 2002-09-28 21:25:39.000000000 +0200 ++++ erobot.el 2007-04-21 11:57:15.000000000 +0200 +@@ -230,7 +230,7 @@ + `erobot-max-turns' has been exceeded, or if the char q is pressed + while the game is running. When the game ends, the candidates on + the map are returned in a list." +- (interactive "i\n\naCandidate A: \naCandidate B: ") ++ (interactive "aCandidate A: \naCandidate B: ") + ;; Place candidates on the map and set erobot-candidates + (setq erobot-candidates nil) + (erobot-initialize candidates) -- cgit v1.2.3