comparison src/ChangeLog @ 53160:f71ce92df3cb

*** empty log message ***
author Andreas Schwab <schwab@suse.de>
date Tue, 25 Nov 2003 12:22:08 +0000
parents 0ddc9f5e0a3c
children 5098a5df98db
comparison
equal deleted inserted replaced
53159:e929f6d1593b 53160:f71ce92df3cb
1 2003-11-25 Andreas Schwab <schwab@suse.de>
2
3 * fns.c (internal_equal) <case Lisp_Vectorlike>: Declare size as
4 EMACS_INT to not lose bits.
5 (Ffillarray): Don't set bits beyond the size of a bool vector.
6
1 2003-11-25 Kim F. Storm <storm@cua.dk> 7 2003-11-25 Kim F. Storm <storm@cua.dk>
2 8
3 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not 9 * print.c (Fredirect_debugging_output) [!GNU_LINUX]: Do not
4 define this defun on systems that cannot use stderr as lvalue. 10 define this defun on systems that cannot use stderr as lvalue.
5 11