From 1c8658b9954563c0659f062c16b6eac500af10a4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 10 Feb 2008 02:01:47 +0000 Subject: [PATCH] (find-word-boundary-function-table): Add missing entry for this unicode change, in approximately the right place (after the end of emacs-unicode branch, before the start of emacs-unicode-2). --- src/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9fd2e55b129..fed26defa70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -3541,6 +3541,13 @@ string. Use new_fontset_from_font_name to create a fontset from a font name. +2008-02-01 Kenichi Handa + + * syntax.c (Vfind_word_boundary_function_table): New name for + Vnext_word_boundary_function_table. + (find-word-boundary-function-table): New name for + next-word-boundary-function-table. + 2008-02-01 Dave Love * Makefile.in: Fix some dependencies. @@ -4072,7 +4079,8 @@ 2008-02-01 Kenichi Handa * syntax.c (Vnext_word_boundary_function_table): New variable. - (syms_of_syntax): Declare it as a Lisp variable. + (next-word-boundary-function-table): Declare it as a Lisp variable + in syms_of_syntax. (scan_words): Call functions in Vnext_word_boundary_function_table if any. -- 2.39.5