/[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.179 by raeburn, Mon Jul 15 00:00:37 2002 UTC revision 1.180 by raeburn, Fri Jul 19 14:27:16 2002 UTC
# Line 578  write_string_1 (data, size, printcharfun Line 578  write_string_1 (data, size, printcharfun
578    
579  void  void
580  temp_output_buffer_setup (bufname)  temp_output_buffer_setup (bufname)
581      char *bufname;      const char *bufname;
582  {  {
583    int count = SPECPDL_INDEX ();    int count = SPECPDL_INDEX ();
584    register struct buffer *old = current_buffer;    register struct buffer *old = current_buffer;
# Line 609  temp_output_buffer_setup (bufname) Line 609  temp_output_buffer_setup (bufname)
609    
610  Lisp_Object  Lisp_Object
611  internal_with_output_to_temp_buffer (bufname, function, args)  internal_with_output_to_temp_buffer (bufname, function, args)
612       char *bufname;       const char *bufname;
613       Lisp_Object (*function) P_ ((Lisp_Object));       Lisp_Object (*function) P_ ((Lisp_Object));
614       Lisp_Object args;       Lisp_Object args;
615  {  {

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180

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