summaryrefslogtreecommitdiff
path: root/textproc/dictem/files/patch-compile.el
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/dictem/files/patch-compile.el')
-rw-r--r--textproc/dictem/files/patch-compile.el16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/dictem/files/patch-compile.el b/textproc/dictem/files/patch-compile.el
new file mode 100644
index 000000000000..29af6a1f931b
--- /dev/null
+++ b/textproc/dictem/files/patch-compile.el
@@ -0,0 +1,16 @@
+--- /dev/null 2013-11-20 22:00:00.000000000 +0300
++++ compile.el 2013-11-20 21:34:57.112822385 +0300
+@@ -0,0 +1,13 @@
++;; -*- emacs-lisp -*-
++
++;;
++;; Help ports system compile for emacs and xemacs
++;;
++
++(require 'bytecomp)
++
++(add-to-list 'load-path (expand-file-name "."))
++
++(defun compile-dictem ()
++ (mapcar 'byte-compile-file command-line-args-left))
++