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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Thu, 09 Sep 2004 10:58:25 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.907 emacs/src/xdisp.c:1.908
*** emacs/src/xdisp.c:1.907     Thu Sep  9 01:30:27 2004
--- emacs/src/xdisp.c   Thu Sep  9 14:53:23 2004
***************
*** 16127,16133 ****
     generated by character C.  PRECISION >= 0 means don't return a
     string longer than that value.  FIELD_WIDTH > 0 means pad the
     string returned with spaces to that value.  Return 1 in *MULTIBYTE
!    if the result is multibyte text.  */
  
  static char lots_of_dashes[] = 
"--------------------------------------------------------------------------------------------------------------------------------------------";
  
--- 16127,16136 ----
     generated by character C.  PRECISION >= 0 means don't return a
     string longer than that value.  FIELD_WIDTH > 0 means pad the
     string returned with spaces to that value.  Return 1 in *MULTIBYTE
!    if the result is multibyte text.
! 
!    Note we operate on the current buffer for most purposes,
!    the exception being w->base_line_pos.  */
  
  static char lots_of_dashes[] = 
"--------------------------------------------------------------------------------------------------------------------------------------------";
  
***************
*** 16141,16147 ****
    Lisp_Object obj;
    struct frame *f = XFRAME (WINDOW_FRAME (w));
    char *decode_mode_spec_buf = f->decode_mode_spec_buffer;
!   struct buffer *b = XBUFFER (w->buffer);
  
    obj = Qnil;
    *multibyte = 0;
--- 16144,16150 ----
    Lisp_Object obj;
    struct frame *f = XFRAME (WINDOW_FRAME (w));
    char *decode_mode_spec_buf = f->decode_mode_spec_buffer;
!   struct buffer *b = current_buffer;
  
    obj = Qnil;
    *multibyte = 0;
***************
*** 16443,16449 ****
  
      case 's':
        /* status of process */
!       obj = Fget_buffer_process (w->buffer);
        if (NILP (obj))
        return "no process";
  #ifdef subprocesses
--- 16446,16452 ----
  
      case 's':
        /* status of process */
!       obj = Fget_buffer_process (Fcurrent_buffer ());
        if (NILP (obj))
        return "no process";
  #ifdef subprocesses




reply via email to

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