Home | History | Annotate | Download | only in build-aux

Lines Matching refs:emacs

40 Emacs, and put the resulting '.elc' files into the current directory,
43 This script manages in such a way that all Emacs LISP files to
57 if test -z "$EMACS" || test "$EMACS" = "t"; then
58 # Value of "t" means we are running in a shell under Emacs.
59 # Just assume Emacs is called "emacs".
60 EMACS=emacs
79 $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?