emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/print.c [lexbind]
Date: Tue, 06 Jul 2004 07:13:01 -0400

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.175.2.6 emacs/src/print.c:1.175.2.7
*** emacs/src/print.c:1.175.2.6 Tue May 11 02:38:42 2004
--- emacs/src/print.c   Tue Jul  6 09:14:37 2004
***************
*** 791,797 ****
    if (SBYTES (object) == SCHARS (object))
      STRING_SET_UNIBYTE (object);
  
!   /* Note that this won't make prepare_to_modify_buffer call 
       ask-user-about-supersession-threat because this buffer
       does not visit a file.  */
    Ferase_buffer ();
--- 791,797 ----
    if (SBYTES (object) == SCHARS (object))
      STRING_SET_UNIBYTE (object);
  
!   /* Note that this won't make prepare_to_modify_buffer call
       ask-user-about-supersession-threat because this buffer
       does not visit a file.  */
    Ferase_buffer ();
***************
*** 929,935 ****
         doc: /* Redirect debugging output (stderr stream) to file FILE.
  If FILE is nil, reset target to the initial stderr stream.
  Optional arg APPEND non-nil (interactively, with prefix arg) means
! append to existing target file.  */) 
       (file, append)
       Lisp_Object file, append;
  {
--- 929,935 ----
         doc: /* Redirect debugging output (stderr stream) to file FILE.
  If FILE is nil, reset target to the initial stderr stream.
  Optional arg APPEND non-nil (interactively, with prefix arg) means
! append to existing target file.  */)
       (file, append)
       Lisp_Object file, append;
  {
***************
*** 1400,1406 ****
       register Lisp_Object printcharfun;
       int escapeflag;
  {
!   char buf[30];
  
    QUIT;
  
--- 1400,1406 ----
       register Lisp_Object printcharfun;
       int escapeflag;
  {
!   char buf[40];
  
    QUIT;
  




reply via email to

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