]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsignal): Move comment to avoid confusing make-docfile.
authorAndreas Schwab <schwab@suse.de>
Mon, 25 Jan 1999 09:20:43 +0000 (09:20 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 25 Jan 1999 09:20:43 +0000 (09:20 +0000)
src/eval.c

index 60672553f15e2410aba245ea609b2be6c598d1fc..45147ecfb35e4170b3455cb7db55f4fc57b74d74 100644 (file)
@@ -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;