diff options
| author | Eli Zaretskii | 2014-10-23 19:32:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-10-23 19:32:51 +0300 |
| commit | ac0f1b8597ec67288cd1774f02b5c7ea44c3c73c (patch) | |
| tree | 0e9bcd201b5df7c8585e23c4cb02eacb2289256b /lisp/ChangeLog | |
| parent | acc443ad03bf46aa49c87bc93f2df836bedede94 (diff) | |
| download | emacs-ac0f1b8597ec67288cd1774f02b5c7ea44c3c73c.tar.gz emacs-ac0f1b8597ec67288cd1774f02b5c7ea44c3c73c.zip | |
Fix bug #18760 with incorrect decoding of tutorial for "About Emacs" screen.
lisp/startup.el (fancy-about-text): Read the entire tutorial, not
just its first 256 bytes.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d5c5458facf..d32c2772579 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-10-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (fancy-about-text): Read the entire tutorial, not | ||
| 4 | just its first 256 bytes. (Bug#18760) | ||
| 5 | |||
| 1 | 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2014-10-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804). | 8 | * emacs-lisp/bytecomp.el: Require cl-extra (bug#18804). |