diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index a6e1d86c4ab..90d8c335185 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -737,6 +737,8 @@ usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */) | |||
| 737 | sym = XCAR (args); | 737 | sym = XCAR (args); |
| 738 | tail = XCDR (args); | 738 | tail = XCDR (args); |
| 739 | 739 | ||
| 740 | CHECK_SYMBOL (sym); | ||
| 741 | |||
| 740 | if (!NILP (tail)) | 742 | if (!NILP (tail)) |
| 741 | { | 743 | { |
| 742 | if (!NILP (XCDR (tail)) && !NILP (XCDR (XCDR (tail)))) | 744 | if (!NILP (XCDR (tail)) && !NILP (XCDR (XCDR (tail)))) |