From: Andreas Schwab Date: Mon, 25 Jan 1999 09:20:43 +0000 (+0000) Subject: (Fsignal): Move comment to avoid confusing make-docfile. X-Git-Tag: emacs-20.4~778 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bfa8ca433a62c4ea1e7b0ff35fae1ee18e7a682e;p=emacs.git (Fsignal): Move comment to avoid confusing make-docfile. --- diff --git a/src/eval.c b/src/eval.c index 60672553f15..45147ecfb35 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1212,11 +1212,11 @@ The symbol `error' should normally be one of them.\n\ 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;