diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 490226149ff..46550955d44 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -3670,7 +3670,6 @@ before making `inhibit-quit' nil. */); | |||
| 3670 | DEFSYM (Qautoload, "autoload"); | 3670 | DEFSYM (Qautoload, "autoload"); |
| 3671 | DEFSYM (Qinhibit_debugger, "inhibit-debugger"); | 3671 | DEFSYM (Qinhibit_debugger, "inhibit-debugger"); |
| 3672 | DEFSYM (Qmacro, "macro"); | 3672 | DEFSYM (Qmacro, "macro"); |
| 3673 | DEFSYM (Qdeclare, "declare"); | ||
| 3674 | 3673 | ||
| 3675 | /* Note that the process handling also uses Qexit, but we don't want | 3674 | /* Note that the process handling also uses Qexit, but we don't want |
| 3676 | to staticpro it twice, so we just do it here. */ | 3675 | to staticpro it twice, so we just do it here. */ |