diff options
| author | Eli Zaretskii | 2013-11-04 19:33:43 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-04 19:33:43 +0200 |
| commit | be80645a9ac60598a4a7809e2be07243846b746c (patch) | |
| tree | 869f3faf8b16756c581223539853cd62ad902430 /src/ChangeLog | |
| parent | d0065ff1244871c9eb40420b88fc89f9f008b587 (diff) | |
| download | emacs-be80645a9ac60598a4a7809e2be07243846b746c.tar.gz emacs-be80645a9ac60598a4a7809e2be07243846b746c.zip | |
src/ChangeLog: Fix a typo in the last commit.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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) |