diff options
| author | Glenn Morris | 2014-01-14 22:06:07 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-14 22:06:07 -0500 |
| commit | 39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch) | |
| tree | 37e8094a0234f15293f9110b8bdd5805c69c9a13 /src/ChangeLog | |
| parent | dac696602de6984ff8e4ce9d6bac9d51ab735cde (diff) | |
| download | emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip | |
ChangeLog fixes
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f06800dcfdf..50aa25bd92a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2600,8 +2600,7 @@ | |||
| 2600 | 2600 | ||
| 2601 | Don't run timers in input-pending-p. Its new check-timers param | 2601 | Don't run timers in input-pending-p. Its new check-timers param |
| 2602 | provides the prior behavior. (Bug#15045). | 2602 | provides the prior behavior. (Bug#15045). |
| 2603 | * src/keyboard.c (Finput_pending_p): Accept optional check-timers | 2603 | * keyboard.c (Finput_pending_p): Accept optional check-timers param. |
| 2604 | param. | ||
| 2605 | 2604 | ||
| 2606 | 2013-10-17 Paul Eggert <eggert@cs.ucla.edu> | 2605 | 2013-10-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2607 | 2606 | ||