/[emacs]/emacs/src/print.c
ViewVC logotype

Diff of /emacs/src/print.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.175.2.6 by miles, Tue May 11 02:38:42 2004 UTC revision 1.175.2.7 by miles, Tue Jul 6 09:14:37 2004 UTC
# Line 791  A printed representation of an object is Line 791  A printed representation of an object is
791    if (SBYTES (object) == SCHARS (object))    if (SBYTES (object) == SCHARS (object))
792      STRING_SET_UNIBYTE (object);      STRING_SET_UNIBYTE (object);
793    
794    /* Note that this won't make prepare_to_modify_buffer call    /* Note that this won't make prepare_to_modify_buffer call
795       ask-user-about-supersession-threat because this buffer       ask-user-about-supersession-threat because this buffer
796       does not visit a file.  */       does not visit a file.  */
797    Ferase_buffer ();    Ferase_buffer ();
# Line 929  DEFUN ("redirect-debugging-output", Fred Line 929  DEFUN ("redirect-debugging-output", Fred
929         doc: /* Redirect debugging output (stderr stream) to file FILE.         doc: /* Redirect debugging output (stderr stream) to file FILE.
930  If FILE is nil, reset target to the initial stderr stream.  If FILE is nil, reset target to the initial stderr stream.
931  Optional arg APPEND non-nil (interactively, with prefix arg) means  Optional arg APPEND non-nil (interactively, with prefix arg) means
932  append to existing target file.  */)  append to existing target file.  */)
933       (file, append)       (file, append)
934       Lisp_Object file, append;       Lisp_Object file, append;
935  {  {
# Line 1400  print_object (obj, printcharfun, escapef Line 1400  print_object (obj, printcharfun, escapef
1400       register Lisp_Object printcharfun;       register Lisp_Object printcharfun;
1401       int escapeflag;       int escapeflag;
1402  {  {
1403    char buf[30];    char buf[40];
1404    
1405    QUIT;    QUIT;
1406    

Legend:
Removed from v.1.175.2.6  
changed lines
  Added in v.1.175.2.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26