]> git.eshelyaron.com Git - emacs.git/commitdiff
* bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 08:23:12 +0000 (00:23 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 8 Mar 2011 08:23:12 +0000 (00:23 -0800)
src/ChangeLog
src/bidi.c

index 7f179c134203cad4b8cde24bffa4d393535504e9..b6bc36e10cefb9827f2089717adff40e57f27af2 100644 (file)
@@ -78,6 +78,8 @@
        Rename locals to avoid shadowing.
        (ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
 
+       * bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
+
 2011-03-06  Chong Yidong  <cyd@stupidchicken.com>
 
        * xdisp.c (redisplay_window): Revert incorrect logic in 2011-03-06
index eeacf65bd5c6d620d01cc128979f85333fc9ee73..1289798dd8c31dea98e524f9ae07baaa49f0f7c9 100644 (file)
@@ -180,7 +180,7 @@ bidi_get_type (int ch, bidi_dir_t override)
     }
 }
 
-void
+static void
 bidi_check_type (bidi_type_t type)
 {
   if (type < UNKNOWN_BT || type > NEUTRAL_ON)