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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/indent.c [lexbind]
Date: Sat, 04 Sep 2004 05:45:34 -0400

Index: emacs/src/indent.c
diff -c emacs/src/indent.c:1.152.2.6 emacs/src/indent.c:1.152.2.7
*** emacs/src/indent.c:1.152.2.6        Sat Sep  4 09:19:27 2004
--- emacs/src/indent.c  Sat Sep  4 09:21:46 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]