Mercurial > emacs
comparison lisp/ChangeLog @ 112155:c55486404fcd
In Makefiles, -batch implies -q.
* leim/makefile.w32-in (RUN_EMACS):
* leim/Makefile.in (RUN-EMACS): -batch implies --no-init-file.
* lisp/makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
* src/makefile.w32-in ($(EMACS)):
* src/Makefile.in (emacs$(EXEEXT)): -batch implies -q.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 07 Jan 2011 18:41:14 -0800 |
parents | ce394dc068a8 |
children | f07ac5fe9893 |
comparison
equal
deleted
inserted
replaced
112154:3e52c52bbc1a | 112155:c55486404fcd |
---|---|
1 2011-01-08 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * makefile.w32-in (EMACSOPT): -batch implies --no-init-file. | |
4 | |
1 2011-01-07 Sam Steingold <sds@gnu.org> | 5 2011-01-07 Sam Steingold <sds@gnu.org> |
2 | 6 |
3 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of | 7 * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of |
4 the `explicit-shell-file-name' because that is the | 8 the `explicit-shell-file-name' because that is the |
5 non-interactive shell. | 9 non-interactive shell. |