comparison src/eval.c @ 82365:e5a68f18fcb9

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
author Miles Bader <miles@gnu.org>
date Mon, 13 Aug 2007 13:41:28 +0000
parents b98604865ea0 1677cf1c2509
children b3fc112aac24 5b644ae74c91 424b655804ca
comparison
equal deleted inserted replaced
82364:0c34fdde692c 82365:e5a68f18fcb9
1781 1781
1782 xsignal (Qerror, Fcons (build_string (s), arg)); 1782 xsignal (Qerror, Fcons (build_string (s), arg));
1783 } 1783 }
1784 1784
1785 1785
1786 /* Return nonzero iff LIST is a non-nil atom or 1786 /* Return nonzero if LIST is a non-nil atom or
1787 a list containing one of CONDITIONS. */ 1787 a list containing one of CONDITIONS. */
1788 1788
1789 static int 1789 static int
1790 wants_debugger (list, conditions) 1790 wants_debugger (list, conditions)
1791 Lisp_Object list, conditions; 1791 Lisp_Object list, conditions;