emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/indent.c [emacs-unicode-2]
Date: Tue, 10 Aug 2004 04:09:51 -0400

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.157.2.5 emacs/src/indent.c:1.157.2.6
*** emacs/src/indent.c:1.157.2.5        Tue Aug  3 00:03:00 2004
--- emacs/src/indent.c  Tue Aug 10 07:46:40 2004
***************
*** 1260,1269 ****
        width -= 1;
      }
  
!   continuation_glyph_width = 0;
  #ifdef HAVE_WINDOW_SYSTEM
!   if (!FRAME_WINDOW_P (XFRAME (win->frame)))
!     continuation_glyph_width = 1;
  #endif
  
    immediate_quit = 1;
--- 1260,1269 ----
        width -= 1;
      }
  
!   continuation_glyph_width = 1;
  #ifdef HAVE_WINDOW_SYSTEM
!   if (FRAME_WINDOW_P (XFRAME (win->frame)))
!     continuation_glyph_width = 0;  /* In the fringe.  */
  #endif
  
    immediate_quit = 1;




reply via email to

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