diff options
| author | Jarek Czekalski | 2014-05-07 17:03:47 +0200 |
|---|---|---|
| committer | Jarek Czekalski | 2014-05-07 17:03:47 +0200 |
| commit | 73b60c4af9c5dea00158d22f91f05984202b6e64 (patch) | |
| tree | cd78bfa76c4d382d60c47299ec4df2a165b22fa9 /src/ChangeLog | |
| parent | 1ddb2150e64c2d07bd91a3883a0028a0b8599d76 (diff) | |
| download | emacs-73b60c4af9c5dea00158d22f91f05984202b6e64.tar.gz emacs-73b60c4af9c5dea00158d22f91f05984202b6e64.zip | |
Fix initialization of minibuffer history variable, bug #17430.
* minibuf.c (read_minibuf): Initialize histval to Qnil if unbound.
Move the initialization up to prevent any "value void" message.
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 |