summaryrefslogtreecommitdiff
path: root/app-doc/casting-spels-emacs/files/casting-spels-emacs-19-require-cl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/casting-spels-emacs/files/casting-spels-emacs-19-require-cl.patch')
-rw-r--r--app-doc/casting-spels-emacs/files/casting-spels-emacs-19-require-cl.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-doc/casting-spels-emacs/files/casting-spels-emacs-19-require-cl.patch b/app-doc/casting-spels-emacs/files/casting-spels-emacs-19-require-cl.patch
new file mode 100644
index 000000000000..d7743d29fbf6
--- /dev/null
+++ b/app-doc/casting-spels-emacs/files/casting-spels-emacs-19-require-cl.patch
@@ -0,0 +1,11 @@
+--- casting-spels-emacs-orig/lisp/wizard-adventure-emacs.el 2007-09-17 04:18:48.000000000 +0200
++++ casting-spels-emacs/lisp/wizard-adventure-emacs.el 2008-09-05 19:59:21.000000000 +0200
+@@ -27,6 +27,8 @@
+
+ ;;; Code in the comic not needed to play the game is commented out...
+
++(require 'cl)
++
+ (setq eval-expression-print-length nil)
+
+ (setq objects '(whiskey-bottle bucket frog chain))