comparison src/ChangeLog @ 44240:fc999be79752

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 29 Mar 2002 19:08:11 +0000
parents a1c577c17eb0
children e05f4496fa33
comparison
equal deleted inserted replaced
44239:a1c577c17eb0 44240:fc999be79752
4 4
5 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il> 5 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il>
6 6
7 * Makefile.in (lread.o): Depend on coding.h. 7 * Makefile.in (lread.o): Depend on coding.h.
8 8
9 * lread.c (openp, Fload): Encode the file name before pasing it 9 * lread.c (openp, Fload): Encode the file name before passing it
10 to `stat', `access', and `emacs_open'. 10 to `stat', `access', and `emacs_open'.
11 (openp): GCPRO the encoded file name. Don't recompute Lisp 11 (openp): GCPRO the encoded file name. Don't recompute Lisp
12 strings unnecessarily. 12 strings unnecessarily.
13 13
14 2002-03-29 Kim F. Storm <storm@cua.dk> 14 2002-03-29 Kim F. Storm <storm@cua.dk>