comparison src/eval.c @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 2dd5d799a16d
children 037dc4f731b2 e5a68f18fcb9
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
1783 1783
1784 xsignal (Qerror, Fcons (build_string (s), arg)); 1784 xsignal (Qerror, Fcons (build_string (s), arg));
1785 } 1785 }
1786 1786
1787 1787
1788 /* Return nonzero iff LIST is a non-nil atom or 1788 /* Return nonzero if LIST is a non-nil atom or
1789 a list containing one of CONDITIONS. */ 1789 a list containing one of CONDITIONS. */
1790 1790
1791 static int 1791 static int
1792 wants_debugger (list, conditions) 1792 wants_debugger (list, conditions)
1793 Lisp_Object list, conditions; 1793 Lisp_Object list, conditions;