aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-07-09 16:39:58 -0700
committerPaul Eggert2014-07-09 16:39:58 -0700
commit09880d8533e588da3388263f8c2360eb28ccc878 (patch)
tree5a364102bc6b4a210b25e93d84ba9203a042a27e /src/ChangeLog
parentf507537736f08249486a8f6d3c8b7401dd4e0b0d (diff)
downloademacs-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/ChangeLog2
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 @@
12014-07-09 Paul Eggert <eggert@cs.ucla.edu> 12014-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