diff options
| author | Paul Eggert | 2013-07-24 07:21:07 +0100 |
|---|---|---|
| committer | Paul Eggert | 2013-07-24 07:21:07 +0100 |
| commit | 53840e556ef5b78e05ec2f948b7742e38821d9e5 (patch) | |
| tree | a7bb7ce94837b2f954bbd81c4566076d66ecefdc /doc/lispref/ChangeLog | |
| parent | 249eea30ee8201fe9b872cf2c110aa546479b0e4 (diff) | |
| download | emacs-53840e556ef5b78e05ec2f948b7742e38821d9e5.tar.gz emacs-53840e556ef5b78e05ec2f948b7742e38821d9e5.zip | |
* src/eval.c (Fprogn): Do not check that BODY is a proper list.
This undoes the previous change. The check slows down the
interpreter, and is not needed to prevent a crash. See
<http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00693.html>.
* doc/lispref/eval.texi (Special Forms): Mention 'lambda'. Also, say that
non-well-formed expressions result in unspecified behavior, though
Emacs will not crash.
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 342c7c57175..08ec4c2fef8 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-07-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * eval.texi (Special Forms): Mention 'lambda'. Also, say that | ||
| 4 | non-well-formed expressions result in unspecified behavior, though | ||
| 5 | Emacs will not crash. | ||
| 6 | |||
| 1 | 2013-07-22 Michael Albinus <michael.albinus@gmx.de> | 7 | 2013-07-22 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 8 | ||
| 3 | * files.texi (Magic File Names): Add file-notify-add-watch, | 9 | * files.texi (Magic File Names): Add file-notify-add-watch, |