We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f681cc + fc04a19 commit 7649af3Copy full SHA for 7649af3
Makefile
@@ -23,7 +23,7 @@ INSTALL_INFO = install-info
23
#
24
# This is particularly useful when EMACS is set in ~/.bash_profile
25
26
-EMACS := $(shell which "$${EMACS}" || which "emacs")
+EMACS := $(shell which "$${EMACS}" 2> /dev/null || which "emacs")
27
EMACS_VERSION := $(shell "$(EMACS)" -Q --batch --eval '(princ emacs-version)')
28
29
EFLAGS = --eval "(add-to-list 'load-path (expand-file-name \"tests/compat\") 'append)" \
0 commit comments