Skip to content

Commit

Permalink
removing auxiliary.el.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Aug 18, 2015
1 parent e2295fd commit ff9c41b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 123 deletions.
1 change: 0 additions & 1 deletion Makefile.in
Expand Up @@ -155,7 +155,6 @@ detect: $(TEMPFILE2) mew.el
$(TEMPFILE2):
@echo '(setq mew-compiling t)' > $(TEMPFILE2)
@echo '(setq load-path (cons "." load-path))' >> $(TEMPFILE2)
@echo '(load "auxiliary.el")' >> $(TEMPFILE2)
@echo '(setq hack-local-variables-hook (lambda () (setq lexical-binding t)))' >> $(TEMPFILE2)
@echo "(defun mew-compile () (mapcar (lambda (x) (byte-compile-file (symbol-name x))) '($(SRCS))))" >> $(TEMPFILE2)

Expand Down
122 changes: 0 additions & 122 deletions auxiliary.el

This file was deleted.

0 comments on commit ff9c41b

Please sign in to comment.