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


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Fri, 19 Jul 2002 10:27:16 -0400

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.179 emacs/src/print.c:1.180
*** emacs/src/print.c:1.179     Sun Jul 14 20:00:37 2002
--- emacs/src/print.c   Fri Jul 19 10:27:16 2002
***************
*** 578,584 ****
  
  void
  temp_output_buffer_setup (bufname)
!     char *bufname;
  {
    int count = SPECPDL_INDEX ();
    register struct buffer *old = current_buffer;
--- 578,584 ----
  
  void
  temp_output_buffer_setup (bufname)
!     const char *bufname;
  {
    int count = SPECPDL_INDEX ();
    register struct buffer *old = current_buffer;
***************
*** 609,615 ****
  
  Lisp_Object
  internal_with_output_to_temp_buffer (bufname, function, args)
!      char *bufname;
       Lisp_Object (*function) P_ ((Lisp_Object));
       Lisp_Object args;
  {
--- 609,615 ----
  
  Lisp_Object
  internal_with_output_to_temp_buffer (bufname, function, args)
!      const char *bufname;
       Lisp_Object (*function) P_ ((Lisp_Object));
       Lisp_Object args;
  {



reply via email to

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