mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
Fix last change.
This commit is contained in:
parent
a96735b8af
commit
addf35fd86
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
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):
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue