emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lib-src/emacstool.c
Date: Sat, 29 Dec 2001 17:21:10 -0500

Index: emacs/lib-src/emacstool.c
diff -c emacs/lib-src/emacstool.c:1.8 emacs/lib-src/emacstool.c:1.9
*** emacs/lib-src/emacstool.c:1.8       Wed Dec 19 02:24:46 2001
--- emacs/lib-src/emacstool.c   Sat Dec 29 17:21:10 2001
***************
*** 464,473 ****
                           0);
  
      /* Create a tty with emacs in it */
!     tty_win = window_create (frame, TTY, 
!                            TTY_QUIT_ON_CHILD_DEATH, TRUE, 
                             TTY_BOLDSTYLE, TTYSW_BOLD_INVERT,
!                            TTY_ARGV, argv, 
                             0);
  
      if (bold_name) {
--- 464,473 ----
                           0);
  
      /* Create a tty with emacs in it */
!     tty_win = window_create (frame, TTY,
!                            TTY_QUIT_ON_CHILD_DEATH, TRUE,
                             TTY_BOLDSTYLE, TTYSW_BOLD_INVERT,
!                            TTY_ARGV, argv,
                             0);
  
      if (bold_name) {



reply via email to

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