aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2002-03-29 19:08:11 +0000
committerGerd Moellmann2002-03-29 19:08:11 +0000
commit544bf8ad9dbcb3269952e930bc5acf4e929b9ffd (patch)
tree97ab790a50b227c653253be09ffe8067a3330c55 /src
parentdf3bd29ddec4f04f607eeefe599993bfbdec3714 (diff)
downloademacs-544bf8ad9dbcb3269952e930bc5acf4e929b9ffd.tar.gz
emacs-544bf8ad9dbcb3269952e930bc5acf4e929b9ffd.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
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.