emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102785: -batch implies -q.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102785: -batch implies -q.
Date: Fri, 07 Jan 2011 18:49:27 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102785
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2011-01-07 18:49:27 -0800
message:
  -batch implies -q.
  
  * etc/PROBLEMS: -batch implies -q.
  
  * msdos/sedleim.inp (RUN-EMACS): -batch imples --no-init-file.
modified:
  etc/ChangeLog
  etc/PROBLEMS
  msdos/ChangeLog
  msdos/sedleim.inp
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-01-07 10:39:54 +0000
+++ b/etc/ChangeLog     2011-01-08 02:49:27 +0000
@@ -1,3 +1,7 @@
+2011-01-08  Glenn Morris  <address@hidden>
+
+       * PROBLEMS: -batch implies -q.
+
 2011-01-07  Tassilo Horn  <address@hidden>
 
        * themes/tsdh-light-theme.el, themes/tsdh-dark-theme.el: Remove

=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS      2010-10-31 14:40:01 +0000
+++ b/etc/PROBLEMS      2011-01-08 02:49:27 +0000
@@ -1,7 +1,7 @@
 Known Problems with GNU Emacs
 
 Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+  2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
   Free Software Foundation, Inc.
 See the end of the file for license conditions.
 
@@ -102,7 +102,7 @@
 The following command will print any duplicate Lisp files that are
 present in load-path:
 
-    emacs -q -batch -f list-load-path-shadows
+    emacs -batch -f list-load-path-shadows
 
 If this command prints any file names, some of these files are stale,
 and should be deleted or their directories removed from your
@@ -3244,5 +3244,3 @@
 mode: outline
 paragraph-separate: "[  ]*$"
 end:
-
-arch-tag: 49fc0d95-88cb-4715-b21c-f27fb5a4764a

=== modified file 'msdos/ChangeLog'
--- a/msdos/ChangeLog   2011-01-07 10:43:57 +0000
+++ b/msdos/ChangeLog   2011-01-08 02:49:27 +0000
@@ -1,3 +1,7 @@
+2011-01-08  Glenn Morris  <address@hidden>
+
+       * sedleim.inp (RUN-EMACS): -batch implies --no-init-file.
+
 2011-01-07  Eli Zaretskii  <address@hidden>
 
        * 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

=== modified file 'msdos/sedleim.inp'
--- a/msdos/sedleim.inp 2010-08-22 21:15:20 +0000
+++ b/msdos/sedleim.inp 2011-01-08 02:49:27 +0000
@@ -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 @@
 
 /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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]