emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Sat, 22 Jun 2002 17:15:33 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.755 emacs/src/xdisp.c:1.756
*** emacs/src/xdisp.c:1.755     Wed Jun 12 05:37:34 2002
--- emacs/src/xdisp.c   Sat Jun 22 17:15:33 2002
***************
*** 13642,13649 ****
  
     PROPS is a property list to add to any string we encounter.
  
!    If RISKY is nonzero, remove (disregard) any properties in any string
!    we encounter, and ignore :eval and :propertize.  */
  
  static int
  display_mode_element (it, depth, field_width, precision, elt, props, risky)
--- 13642,13652 ----
  
     PROPS is a property list to add to any string we encounter.
  
!    If RISKY is nonzero, remove (disregard) any properties in any string 
!    we encounter, and ignore :eval and :propertize.
! 
!    If the global variable `frame_title_ptr' is non-NULL, then the output
!    is passed to `store_frame_title' instead of `display_string'.  */
  
  static int
  display_mode_element (it, depth, field_width, precision, elt, props, risky)
***************
*** 15353,15359 ****
      }
  
    {
!     /* Allocate the buffer for frame titles.  */
      int size = 100;
      frame_title_buf = (char *) xmalloc (size);
      frame_title_buf_end = frame_title_buf + size;
--- 15356,15363 ----
      }
  
    {
!     /* Allocate the buffer for frame titles.
!        Also used for `format-mode-line'.  */
      int size = 100;
      frame_title_buf = (char *) xmalloc (size);
      frame_title_buf_end = frame_title_buf + size;



reply via email to

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