diff options
| author | Paul Eggert | 2014-07-09 16:39:58 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-07-09 16:39:58 -0700 |
| commit | 09880d8533e588da3388263f8c2360eb28ccc878 (patch) | |
| tree | 5a364102bc6b4a210b25e93d84ba9203a042a27e /src/ChangeLog | |
| parent | f507537736f08249486a8f6d3c8b7401dd4e0b0d (diff) | |
| download | emacs-09880d8533e588da3388263f8c2360eb28ccc878.tar.gz emacs-09880d8533e588da3388263f8c2360eb28ccc878.zip | |
* syntax.c (back_comment): Use more-natural location for label.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ceddf35450d..bcd004d9677 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2014-07-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * syntax.c (back_comment): Use more-natural location for label. | ||
| 4 | |||
| 3 | * font.c, font.h (font_unparse_fcname): Now static. | 5 | * font.c, font.h (font_unparse_fcname): Now static. |
| 4 | Define only if HAVE_XFT || HAVE_FREETYPE || HAVE_NS. | 6 | Define only if HAVE_XFT || HAVE_FREETYPE || HAVE_NS. |
| 5 | 7 | ||