diff options
Diffstat (limited to 'japanese/navi2ch/files/patch-elisp-comp')
-rw-r--r-- | japanese/navi2ch/files/patch-elisp-comp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/navi2ch/files/patch-elisp-comp b/japanese/navi2ch/files/patch-elisp-comp deleted file mode 100644 index 8c0de875505c..000000000000 --- a/japanese/navi2ch/files/patch-elisp-comp +++ /dev/null @@ -1,11 +0,0 @@ ---- elisp-comp.orig 2014-11-22 16:23:24.000000000 +0900 -+++ elisp-comp 2014-11-22 16:23:43.000000000 +0900 -@@ -72,7 +72,7 @@ - - ( - cd $tempdir -- echo "(setq load-path (cons nil load-path))" > script -+ echo "(setq load-path (cons \".\" load-path))" > script - # $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $? - $EMACS -batch -q -l script -l ../bcomp.el || exit $? - mv *.elc .. |