aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-11-04 19:33:43 +0200
committerEli Zaretskii2013-11-04 19:33:43 +0200
commitbe80645a9ac60598a4a7809e2be07243846b746c (patch)
tree869f3faf8b16756c581223539853cd62ad902430 /src/ChangeLog
parentd0065ff1244871c9eb40420b88fc89f9f008b587 (diff)
downloademacs-be80645a9ac60598a4a7809e2be07243846b746c.tar.gz
emacs-be80645a9ac60598a4a7809e2be07243846b746c.zip
src/ChangeLog: Fix a typo in the last commit.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f6f4dc3ef88..e27f83962af 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -24,7 +24,7 @@
24 directory/file names. 24 directory/file names.
25 25
26 * buffer.c (init_buffer): Don't store default-directory of 26 * buffer.c (init_buffer): Don't store default-directory of
27 8scratch* in multibyte form. The original problem which led to 27 *scratch* in multibyte form. The original problem which led to
28 that is described in 28 that is described in
29 http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-11/msg00532.html, 29 http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-11/msg00532.html,
30 but it was solved long ago. (Bug#15260) 30 but it was solved long ago. (Bug#15260)