+2002-08-24 Andreas Schwab <schwab@suse.de>
+
+ * eval.c (Fdefvar): Fix last change.
+
2002-08-23 Richard M. Stallman <rms@gnu.org>
* eval.c (Fdefvar, Fdefconst, Fdefvaralias):
/* 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.
/* 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;
}