From 45def4a115a79f630ad308f152305d5225df9662 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 1 Jan 2016 00:24:15 +0900 Subject: [PATCH] Remove test code that refuses to be fixed!!!! --- Makefile | 8 ++++---- emacs.el | 45 +++++++++++++++++++++++++-------------------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/Makefile b/Makefile index 45c5d18..a091eda 100644 --- a/Makefile +++ b/Makefile @@ -402,10 +402,10 @@ test-el: $(test_els) $(test_els): test-el-%: $(dotfiles_dir)/% $(home) $(emacs) -Q -batch -f batch-byte-compile $< - EMACS_EL_DRY_RUN=t $(emacs) -q --debug-init --batch \ - --eval "(setq debug-on-error t)" \ - --eval "(setq user-emacs-directory \"$(home)/.emacs.d/\")" \ - --load $