aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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.