diff options
| author | Paul Eggert | 2013-11-18 11:31:05 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-11-18 11:31:05 -0800 |
| commit | 23e79746d106da98db4df48e02e256515bae02be (patch) | |
| tree | 13392dd194136c26e32157e859e3c56655e2ec8e /src/ChangeLog | |
| parent | ec2c4ee6d2cb9c5505f120229269941f064b23fa (diff) | |
| download | emacs-23e79746d106da98db4df48e02e256515bae02be.tar.gz emacs-23e79746d106da98db4df48e02e256515bae02be.zip | |
* data.c (bool_vector_binop_driver): Rename locals for sanity's sake.
The old names predated the API change that put destination at end.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d6edcea4513..6d54fac6f56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-11-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-11-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * data.c (bool_vector_binop_driver): Rename locals for sanity's sake. | ||
| 4 | The old names predated the API change that put destination at end. | ||
| 5 | |||
| 3 | Improve API of recently-added bool vector functions (Bug#15912). | 6 | Improve API of recently-added bool vector functions (Bug#15912). |
| 4 | The old API had (bool-vector-count-matches A B) | 7 | The old API had (bool-vector-count-matches A B) |
| 5 | and (bool-vector-count-matches-at A B I), which gave the | 8 | and (bool-vector-count-matches-at A B I), which gave the |