Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ INSTALL_INFO = install-info
#
# This is particularly useful when EMACS is set in ~/.bash_profile
#
EMACS := $(shell echo "$${EMACS:-emacs}")

# Emacs itself sets the $EMACS environment variable to t if it is not
# present, so we should ignore the variable if this is its value.
ifeq ($(EMACS),t)
EMACS := emacs
endif
EMACS := $(shell which "$${EMACS}" || which "emacs")

EFLAGS = --eval "(add-to-list 'load-path (expand-file-name \"tests/compat\") 'append)" \
--eval "(when (< emacs-major-version 24) \
Expand Down