diff options
| author | Andreas Schwab | 2001-12-07 12:15:35 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2001-12-07 12:15:35 +0000 |
| commit | 9d113d9d5846e0a0c34af85f22b8a9cf8ac7c78f (patch) | |
| tree | 61e7d21e4ea910e664303cf85a67f9e06daacfdb /src/ChangeLog | |
| parent | b5f1c9fa029b1d377165eb31618c52c4c0a77164 (diff) | |
| download | emacs-9d113d9d5846e0a0c34af85f22b8a9cf8ac7c78f.tar.gz emacs-9d113d9d5846e0a0c34af85f22b8a9cf8ac7c78f.zip | |
(Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed
from most_positive_fixnum and most_negative_fixnum, resp., and
type changed to Lisp_Object.
(syms_of_data): DEFVAR_LISP them.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 23e7753092a..966ce1209f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-12-07 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * data.c (Vmost_positive_fixnum, Vmost_negative_fixnum): Renamed | ||
| 4 | from most_positive_fixnum and most_negative_fixnum, resp., and | ||
| 5 | type changed to Lisp_Object. | ||
| 6 | (syms_of_data): DEFVAR_LISP them. | ||
| 7 | |||
| 1 | 2001-12-07 Richard M. Stallman <rms@gnu.org> | 8 | 2001-12-07 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * callproc.c (init_callproc): Set Vdata_directory based on the source | 10 | * callproc.c (init_callproc): Set Vdata_directory based on the source |