diff options
| author | Paul Eggert | 2014-12-28 09:00:14 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-28 09:00:41 -0800 |
| commit | 20791069fa34b486c018ba7f27982bdc6ad2a4ea (patch) | |
| tree | fe895873e492db9dd92e8c56c81d8c0903ec4174 /src/ChangeLog | |
| parent | 79e2dade762491c58aa6396e35bae0ef418bafc6 (diff) | |
| download | emacs-20791069fa34b486c018ba7f27982bdc6ad2a4ea.tar.gz emacs-20791069fa34b486c018ba7f27982bdc6ad2a4ea.zip | |
Fix produce_composite_width typo
* term.c (produce_composite_glyph):
Fix typo that confused number of columns for pixel width.
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 9e3fb904b93..2ab5101fc6f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-12-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix produce_composite_width typo | ||
| 4 | * term.c (produce_composite_glyph): | ||
| 5 | Fix typo that confused number of columns for pixel width. | ||
| 6 | |||
| 1 | 2014-12-28 Paul Eggert <eggert@Penguin.CS.UCLA.EDU> | 7 | 2014-12-28 Paul Eggert <eggert@Penguin.CS.UCLA.EDU> |
| 2 | 8 | ||
| 3 | Wrap dll functions more simply | 9 | Wrap dll functions more simply |