diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/eval.c b/src/eval.c index 76fe671b6dd..2bb7cfe6002 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -364,9 +364,6 @@ do_debug_on_call (Lisp_Object code, ptrdiff_t count) | |||
| 364 | call_debugger (list1 (code)); | 364 | call_debugger (list1 (code)); |
| 365 | } | 365 | } |
| 366 | 366 | ||
| 367 | /* NOTE!!! Every function that can call EVAL must protect its args | ||
| 368 | and temporaries from garbage collection while it needs them. | ||
| 369 | The definition of `For' shows what you have to do. */ | ||
| 370 | 367 | ||
| 371 | DEFUN ("or", For, Sor, 0, UNEVALLED, 0, | 368 | DEFUN ("or", For, Sor, 0, UNEVALLED, 0, |
| 372 | doc: /* Eval args until one of them yields non-nil, then return that value. | 369 | doc: /* Eval args until one of them yields non-nil, then return that value. |