Mercurial > emacs
diff src/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 | 826bb901e88b |
children | 6bac5e026755 |
line wrap: on
line diff
--- a/src/ChangeLog Fri Jan 07 18:34:26 2011 -0800 +++ b/src/ChangeLog Fri Jan 07 18:41:14 2011 -0800 @@ -1,5 +1,8 @@ 2011-01-08 Glenn Morris <rgm@gnu.org> + * makefile.w32-in ($(EMACS)): + * Makefile.in (emacs$(EXEEXT)): -batch implies -q. + * xdisp.c (syms_of_xdisp) <Qrisky_local_variable>: Move from here... * emacs.c (syms_of_emacs) <Qrisky_local_variable>: ...to here.