comparison src/eval.c @ 2267:5753220a0f80

[xemacs-hg @ 2004-09-14 02:53:13 by james] Preformat syntax error messages.
author james
date Tue, 14 Sep 2004 02:53:16 +0000
parents e9aa19426bc9
children 61855263cb07
comparison
equal deleted inserted replaced
2266:7561cb77a6e6 2267:5753220a0f80
2831 signal_circular_property_list_error (Lisp_Object list) 2831 signal_circular_property_list_error (Lisp_Object list)
2832 { 2832 {
2833 signal_error (Qcircular_property_list, 0, list); 2833 signal_error (Qcircular_property_list, 0, list);
2834 } 2834 }
2835 2835
2836 /* Called from within emacs_doprnt_1, so REASON is not formatted. */
2836 DOESNT_RETURN 2837 DOESNT_RETURN
2837 syntax_error (const CIbyte *reason, Lisp_Object frob) 2838 syntax_error (const CIbyte *reason, Lisp_Object frob)
2838 { 2839 {
2839 signal_error (Qsyntax_error, reason, frob); 2840 signal_error (Qsyntax_error, reason, frob);
2840 } 2841 }