diff options
| author | Glenn Morris | 2010-11-16 19:47:16 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-11-16 19:47:16 -0800 |
| commit | 4c0eb0d3db97c4f13612a6952bf1e7a88d63cb86 (patch) | |
| tree | 077b5553c284c431b1c44501d09ced6f2c332252 /lisp/ChangeLog | |
| parent | bf6442c3451483de277d1b76832854ad4022963d (diff) | |
| download | emacs-4c0eb0d3db97c4f13612a6952bf1e7a88d63cb86.tar.gz emacs-4c0eb0d3db97c4f13612a6952bf1e7a88d63cb86.zip | |
autoload.el fix for bug#7414.
* lisp/emacs-lisp/autoload.el (autoload-find-destination): The
function coding-system-eol-type may return non-numeric values.
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 53c6db7eb0d..d0607f72f7e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-11-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/autoload.el (autoload-find-destination): The function | ||
| 4 | coding-system-eol-type may return non-numeric values. (Bug#7414) | ||
| 5 | |||
| 1 | 2010-11-16 Ulrich Mueller <ulm@gentoo.org> | 6 | 2010-11-16 Ulrich Mueller <ulm@gentoo.org> |
| 2 | 7 | ||
| 3 | * server.el (server-force-stop): Ensure the server is stopped (Bug#7409). | 8 | * server.el (server-force-stop): Ensure the server is stopped (Bug#7409). |