# HG changeset patch # User Andreas Schwab # Date 917256043 0 # Node ID 44241f56675a9f1f33a85af1b1e5775d527a5a55 # Parent 3689490f7f65e47bb1447489392fb586f391ff8f (Fsignal): Move comment to avoid confusing make-docfile. diff -r 3689490f7f65 -r 44241f56675a src/eval.c --- a/src/eval.c Mon Jan 25 01:37:58 1999 +0000 +++ b/src/eval.c Mon Jan 25 09:20:43 1999 +0000 @@ -1212,11 +1212,11 @@ DATA should be a list. Its elements are printed as part of the error message.\n\ If the signal is handled, DATA is made available to the handler.\n\ See also the function `condition-case'.") - /* When memory is full, ERROR-SYMBOL is nil, - and DATA is (REAL-ERROR-SYMBOL . REAL-DATA). */ (error_symbol, data) Lisp_Object error_symbol, data; { + /* When memory is full, ERROR-SYMBOL is nil, + and DATA is (REAL-ERROR-SYMBOL . REAL-DATA). */ register struct handler *allhandlers = handlerlist; Lisp_Object conditions; extern int gc_in_progress;