diff options
| author | Glenn Morris | 2011-01-07 18:49:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-07 18:49:27 -0800 |
| commit | 16eea16bc64a601f1d0bcda8c961873355279d38 (patch) | |
| tree | 803f008abfbd492ff770d870d8e1f1784307ac95 /msdos/ChangeLog | |
| parent | d0981f82865f355544d5f80ed819d408d12c3024 (diff) | |
| download | emacs-16eea16bc64a601f1d0bcda8c961873355279d38.tar.gz emacs-16eea16bc64a601f1d0bcda8c961873355279d38.zip | |
-batch implies -q.
* etc/PROBLEMS: -batch implies -q.
* msdos/sedleim.inp (RUN-EMACS): -batch imples --no-init-file.
Diffstat (limited to 'msdos/ChangeLog')
| -rw-r--r-- | msdos/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index c649e736219..7564e5b51b4 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-01-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * sedleim.inp (RUN-EMACS): -batch implies --no-init-file. | ||
| 4 | |||
| 1 | 2011-01-07 Eli Zaretskii <eliz@gnu.org> | 5 | 2011-01-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * sed2v2.inp (HAVE___BUILTIN_UNWIND_INIT): Define. | 7 | * sed2v2.inp (HAVE___BUILTIN_UNWIND_INIT): Define. |
| @@ -1084,11 +1088,10 @@ | |||
| 1084 | 1088 | ||
| 1085 | ;; Local Variables: | 1089 | ;; Local Variables: |
| 1086 | ;; coding: utf-8 | 1090 | ;; coding: utf-8 |
| 1087 | ;; add-log-time-zone-rule: t | ||
| 1088 | ;; End: | 1091 | ;; End: |
| 1089 | 1092 | ||
| 1090 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, | 1093 | Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, |
| 1091 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 1094 | 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
| 1092 | 1095 | ||
| 1093 | This file is part of GNU Emacs. | 1096 | This file is part of GNU Emacs. |
| 1094 | 1097 | ||
| @@ -1104,5 +1107,3 @@ | |||
| 1104 | 1107 | ||
| 1105 | You should have received a copy of the GNU General Public License | 1108 | You should have received a copy of the GNU General Public License |
| 1106 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 1109 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 1107 | |||
| 1108 | ;;; arch-tag: b602fbb5-3776-4053-8de2-03da33c29d44 | ||