diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c1d45f1df40..027d0fc0d25 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-05-07 Jarek Czekalski <jarekczek@poczta.onet.pl> | ||
| 2 | |||
| 3 | Fix initialization of minibuffer history variable (Bug#17430). | ||
| 4 | * minibuf.c (read_minibuf): Initialize histval to Qnil if unbound. | ||
| 5 | Move the initialization up to prevent any "value void" message. | ||
| 6 | |||
| 1 | 2014-05-06 Samuel Bronson <naesten@gmail.com> | 7 | 2014-05-06 Samuel Bronson <naesten@gmail.com> |
| 2 | 8 | ||
| 3 | * keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_level | 9 | * keyboard.c (Frecursive_edit): Ensure inc&dec of command_loop_level |