diff options
| author | Eli Zaretskii | 2002-03-29 13:35:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-29 13:35:38 +0000 |
| commit | 8bff61e5c51f792de6d73c3f2e77a6b45ceae866 (patch) | |
| tree | f63df3a61424e048f946058b516bb980f41236e5 /src | |
| parent | 7b7a23f49bd7b7977cc13319c6c3683bbdb31ea7 (diff) | |
| download | emacs-8bff61e5c51f792de6d73c3f2e77a6b45ceae866.tar.gz emacs-8bff61e5c51f792de6d73c3f2e77a6b45ceae866.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d69f9794eb6..93db941709e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * Makefile.in (lread.o): Depend on coding.h. | ||
| 4 | |||
| 3 | * lread.c (openp, Fload): Encode the file name before pasing it | 5 | * lread.c (openp, Fload): Encode the file name before pasing it |
| 4 | to `stat', `access', and `emacs_open'. | 6 | to `stat', `access', and `emacs_open'. |
| 5 | (openp): GCPRO the encoded file name. Don't recompute Lisp | 7 | (openp): GCPRO the encoded file name. Don't recompute Lisp |