Mercurial > hg > xemacs-beta
comparison src/emacsfns.h @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 6075d714658b |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
180:add28d59e586 | 181:bfd6434d15b3 |
---|---|
689 Lisp_Object call2_trapping_errors (CONST char *warning_string, | 689 Lisp_Object call2_trapping_errors (CONST char *warning_string, |
690 Lisp_Object function, | 690 Lisp_Object function, |
691 Lisp_Object object1, | 691 Lisp_Object object1, |
692 Lisp_Object object2); | 692 Lisp_Object object2); |
693 Lisp_Object call_with_suspended_errors (lisp_fn_t fun, | 693 Lisp_Object call_with_suspended_errors (lisp_fn_t fun, |
694 Lisp_Object retval, | 694 volatile Lisp_Object retval, |
695 Lisp_Object class, | 695 Lisp_Object class, |
696 Error_behavior errb, | 696 Error_behavior errb, |
697 int nargs, ...); | 697 int nargs, ...); |
698 /* C Code should be using internal_catch, record_unwind_p, condition_case_1 */ | 698 /* C Code should be using internal_catch, record_unwind_p, condition_case_1 */ |
699 /* Lisp_Object Fcatch (Lisp_Object args); */ | 699 /* Lisp_Object Fcatch (Lisp_Object args); */ |