diff options
| author | Gerd Moellmann | 2002-03-29 19:08:11 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2002-03-29 19:08:11 +0000 |
| commit | 544bf8ad9dbcb3269952e930bc5acf4e929b9ffd (patch) | |
| tree | 97ab790a50b227c653253be09ffe8067a3330c55 | |
| parent | df3bd29ddec4f04f607eeefe599993bfbdec3714 (diff) | |
| download | emacs-544bf8ad9dbcb3269952e930bc5acf4e929b9ffd.tar.gz emacs-544bf8ad9dbcb3269952e930bc5acf4e929b9ffd.zip | |
*** empty log message ***
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6a7ffa522f..ea04495daab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,7 +6,7 @@ | |||
| 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. |