emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Wed, 22 Dec 2004 19:42:59 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.353 emacs/src/emacs.c:1.354
*** emacs/src/emacs.c:1.353     Wed Dec 15 21:40:39 2004
--- emacs/src/emacs.c   Thu Dec 23 00:16:36 2004
***************
*** 1133,1139 ****
    /* Handle the -batch switch, which means don't do interactive display.  */
    noninteractive = 0;
    if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args))
!     noninteractive = 1;
    if (argmatch (argv, argc, "-script", "--script", 3, &junk, &skip_args))
      {
        noninteractive = 1;     /* Set batch mode.  */
--- 1133,1142 ----
    /* Handle the -batch switch, which means don't do interactive display.  */
    noninteractive = 0;
    if (argmatch (argv, argc, "-batch", "--batch", 5, NULL, &skip_args))
!     {
!       noninteractive = 1;
!       Vundo_outer_limit = Qnil;
!     }
    if (argmatch (argv, argc, "-script", "--script", 3, &junk, &skip_args))
      {
        noninteractive = 1;     /* Set batch mode.  */




reply via email to

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