Mercurial > emacs
changeset 47026:bacfdb9ae69d
Fix last change.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 24 Aug 2002 18:35:58 +0000 |
parents | 324b87cc6fdf |
children | b6fa469eb2f7 |
files | src/eval.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eval.c Sat Aug 24 14:40:09 2002 +0000 +++ b/src/eval.c Sat Aug 24 18:35:58 2002 +0000 @@ -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 @@ /* 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; }