diff options
| author | Paul Eggert | 2013-11-11 17:24:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-11-11 17:24:04 -0800 |
| commit | bd7cd30ac3b8a57d65f5925470784c8d6a308b5b (patch) | |
| tree | 3fc785bf1d2127eefcac2c247f3b76c7b3356d5a /src/ChangeLog | |
| parent | 7d3bb5692e56a7e0785cfbe36e3ecdb92aa32505 (diff) | |
| download | emacs-bd7cd30ac3b8a57d65f5925470784c8d6a308b5b.tar.gz emacs-bd7cd30ac3b8a57d65f5925470784c8d6a308b5b.zip | |
* buffer.c (Fforce_mode_line_update): Don't fall off end of function
that requires a return value.
(Fset_buffer_modified_p): Take advantage of this change to do
a tail call.
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 7a727482d7b..d924233b796 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-11-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * buffer.c (Fforce_mode_line_update): Don't fall off end of function | ||
| 4 | that requires a return value. | ||
| 5 | (Fset_buffer_modified_p): Take advantage of this change to do | ||
| 6 | a tail call. | ||
| 7 | |||
| 1 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2013-11-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * buffer.c (Frestore_buffer_modified_p): Sync it with | 10 | * buffer.c (Frestore_buffer_modified_p): Sync it with |