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

Diff of /emacs/src/xdisp.c

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

revision 1.784 by rms, Sun Sep 1 13:43:38 2002 UTC revision 1.785 by rms, Wed Sep 11 01:57:41 2002 UTC
# Line 6842  push_message () Line 6842  push_message ()
6842  }  }
6843    
6844    
 /* Handler for record_unwind_protect calling pop_message.  */  
   
 Lisp_Object  
 push_message_unwind (dummy)  
      Lisp_Object dummy;  
 {  
   pop_message ();  
   return Qnil;  
 }  
   
   
6845  /* Restore message display from the top of Vmessage_stack.  */  /* Restore message display from the top of Vmessage_stack.  */
6846    
6847  void  void
# Line 6869  restore_message () Line 6858  restore_message ()
6858  }  }
6859    
6860    
6861    /* Handler for record_unwind_protect calling pop_message.  */
6862    
6863    Lisp_Object
6864    pop_message_unwind (dummy)
6865         Lisp_Object dummy;
6866    {
6867      pop_message ();
6868      return Qnil;
6869    }
6870    
6871  /* Pop the top-most entry off Vmessage_stack.  */  /* Pop the top-most entry off Vmessage_stack.  */
6872    
6873  void  void

Legend:
Removed from v.1.784  
changed lines
  Added in v.1.785

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