diff options
| author | Paul Eggert | 2015-02-09 11:01:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-02-09 11:08:58 -0800 |
| commit | b7028f6736132d8e29fc656e700a17163499d49b (patch) | |
| tree | c0c700346407d26cb594dd1d0b03d7d49688ea39 /src/ChangeLog | |
| parent | 44d42562c3d1c8fb2f2b41e3b90d355dc9e7f9fe (diff) | |
| download | emacs-b7028f6736132d8e29fc656e700a17163499d49b.tar.gz emacs-b7028f6736132d8e29fc656e700a17163499d49b.zip | |
* xfont.c: Minor style fixes
(xfont_list_pattern): Reindent to 80 cols and use Emacs-style comments.
Redo loop so that less indentation is needed.
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 4afcdcf0711..c5931b635e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-02-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * xfont.c: Minor style fixes | ||
| 4 | (xfont_list_pattern): Reindent to 80 cols and use Emacs-style comments. | ||
| 5 | Redo loop so that less indentation is needed. | ||
| 6 | |||
| 1 | 2015-02-09 Eli Zaretskii <eliz@gnu.org> | 7 | 2015-02-09 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * indent.c (Fvertical_motion): Accept an additional argument | 9 | * indent.c (Fvertical_motion): Accept an additional argument |