Sfoglia il codice sorgente

Makefile: Always specify tty when run-emacs

pull/15/head
10sr 8 anni fa
parent
commit
10215f279a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

@@ -468,5 +468,5 @@ sexp_elisp_syntax_check := \

$(test_syntax_els): test-syntax-%: $(dotfiles_dir)/%
test -n "$(emacs)" && \
$(emacs) -Q --debug-init --batch \
$(emacs) -t $(shell tty) -Q --debug-init --batch \
--eval '(let ((file "$<")) $(sexp_elisp_syntax_check))' --kill

Caricamento…
Annulla
Salva