]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-word-boundary-function-table): Add missing entry for this
authorGlenn Morris <rgm@gnu.org>
Sun, 10 Feb 2008 02:01:47 +0000 (02:01 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 10 Feb 2008 02:01:47 +0000 (02:01 +0000)
unicode change, in approximately the right place (after the end of
emacs-unicode branch, before the start of emacs-unicode-2).

src/ChangeLog

index 9fd2e55b12980929bd1d131b54cbc3b1ac6e67c6..fed26defa70d6e6b95837fff7c1273de1182af48 100644 (file)
        string.  Use new_fontset_from_font_name to create a fontset from a
        font name.
 
+2008-02-01  Kenichi Handa  <handa@m17n.org>
+
+       * 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  <fx@gnu.org>
 
        * Makefile.in: Fix some dependencies.
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
        * 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.