aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2002-08-24 18:36:27 +0000
committerAndreas Schwab <[email protected]>2002-08-24 18:36:27 +0000
commitaddf35fd860b0692eda792a2bb34219b90d4e744 (patch)
tree39e136c9fe462444890c0d73a59fb50c37b3005e /src/eval.c
parenta96735b8affeb54157c4e02fed8a50f9f56ba036 (diff)
Fix last change.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index b48fbd5fa2..856ec8f4a4 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1,5 +1,5 @@
/* Evaluator for GNU Emacs Lisp interpreter.
- Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001
+ Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -783,7 +783,8 @@ usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */)
/* Simple (defvar <var>) should not count as a definition at all.
It could get in the way of other definitions, and unloading this
package could try to make the variable unbound. */
-
+ ;
+
return sym;
}