[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/eval.c
From: |
Andreas Schwab |
Subject: |
[Emacs-diffs] Changes to emacs/src/eval.c |
Date: |
Sat, 24 Aug 2002 14:35:58 -0400 |
Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.195 emacs/src/eval.c:1.196
*** emacs/src/eval.c:1.195 Fri Aug 23 23:19:23 2002
--- emacs/src/eval.c Sat Aug 24 14:35:58 2002
***************
*** 1,5 ****
/* Evaluator for GNU Emacs Lisp interpreter.
! Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001
Free Software Foundation, Inc.
This file is part of GNU Emacs.
--- 1,5 ----
/* Evaluator for GNU Emacs Lisp interpreter.
! Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001, 2002
Free Software Foundation, Inc.
This file is part of GNU Emacs.
***************
*** 783,789 ****
/* 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;
}
--- 783,790 ----
/* 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;
}