diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 30cc0dcdac6..51a5da68877 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-07-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * eval.c (Fprogn): Do not check that BODY is a proper list. | ||
| 4 | This undoes the previous change. The check slows down the | ||
| 5 | interpreter, and is not needed to prevent a crash. See | ||
| 6 | <http://lists.gnu.org/archive/html/emacs-devel/2013-07/msg00693.html>. | ||
| 7 | |||
| 1 | 2013-07-23 Glenn Morris <rgm@gnu.org> | 8 | 2013-07-23 Glenn Morris <rgm@gnu.org> |
| 2 | 9 | ||
| 3 | * Makefile.in ($(etc)/DOC, temacs$(EXEEXT)): Ensure etc/ exists. | 10 | * Makefile.in ($(etc)/DOC, temacs$(EXEEXT)): Ensure etc/ exists. |