diff options
| author | Eli Zaretskii | 2002-03-29 12:38:35 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-29 12:38:35 +0000 |
| commit | eb191db2fb9684d012542baa2c1c54a41036f38d (patch) | |
| tree | 8cae8b2503f8c9f6a86c46153ce2de05928c74d8 /src/ChangeLog | |
| parent | fa8bc89d0d3ad6df499de4f0b0bb28dca95e166a (diff) | |
| download | emacs-eb191db2fb9684d012542baa2c1c54a41036f38d.tar.gz emacs-eb191db2fb9684d012542baa2c1c54a41036f38d.zip | |
(openp, Fload): Encode the file name before pasing it
to `stat', `access', and `emacs_open'.
(openp): GCPRO the encoded file name. Don't recompute Lisp
strings unnecessarily.
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 7add267368d..d69f9794eb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2002-03-29 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * lread.c (openp, Fload): Encode the file name before pasing it | ||
| 4 | to `stat', `access', and `emacs_open'. | ||
| 5 | (openp): GCPRO the encoded file name. Don't recompute Lisp | ||
| 6 | strings unnecessarily. | ||
| 7 | |||
| 1 | 2002-03-29 Kim F. Storm <storm@cua.dk> | 8 | 2002-03-29 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * fns.c (Flax_plist_put): Doc fix. | 10 | * fns.c (Flax_plist_put): Doc fix. |