summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-01-07 18:49:27 -0800
committerGlenn Morris <rgm@gnu.org>2011-01-07 18:49:27 -0800
commit16eea16bc64a601f1d0bcda8c961873355279d38 (patch)
tree803f008abfbd492ff770d870d8e1f1784307ac95 /msdos
parentd0981f82865f355544d5f80ed819d408d12c3024 (diff)
downloademacs-16eea16bc64a601f1d0bcda8c961873355279d38.tar.gz
-batch implies -q.
* etc/PROBLEMS: -batch implies -q. * msdos/sedleim.inp (RUN-EMACS): -batch imples --no-init-file.
Diffstat (limited to 'msdos')
-rw-r--r--msdos/ChangeLog9
-rw-r--r--msdos/sedleim.inp4
2 files changed, 7 insertions, 6 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index c649e736219..7564e5b51b4 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-08 Glenn Morris <rgm@gnu.org>
+
+ * sedleim.inp (RUN-EMACS): -batch implies --no-init-file.
+
2011-01-07 Eli Zaretskii <eliz@gnu.org>
* sed2v2.inp (HAVE___BUILTIN_UNWIND_INIT): Define.
@@ -1084,11 +1088,10 @@
;; Local Variables:
;; coding: utf-8
-;; add-log-time-zone-rule: t
;; End:
Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003,
- 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -1104,5 +1107,3 @@
You should have received a copy of the GNU General Public License
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44
diff --git a/msdos/sedleim.inp b/msdos/sedleim.inp
index b5193e665a7..4d81b504ce4 100644
--- a/msdos/sedleim.inp
+++ b/msdos/sedleim.inp
@@ -3,7 +3,7 @@
# ----------------------------------------------------------------------
#
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
@@ -34,7 +34,7 @@ s|\([ ]\)echo|\1djecho|g
/RUN-EMACS *=/,/^$/c\
export EMACSLOADPATH=${buildlisppath}\
-RUN-EMACS = ${BUILT-EMACS} -batch --no-init-file --no-site-file
+RUN-EMACS = ${BUILT-EMACS} -batch --no-site-file
/^ cd ../c\
${MAKE} -C ../src ${MFLAGS} emacs