texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5987] initialize byte map when hook is used


From: Gavin D. Smith
Subject: [5987] initialize byte map when hook is used
Date: Thu, 25 Dec 2014 16:52:44 +0000

Revision: 5987
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5987
Author:   gavin
Date:     2014-12-25 16:52:44 +0000 (Thu, 25 Dec 2014)
Log Message:
-----------
initialize byte map when hook is used

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/terminal.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-12-25 16:37:09 UTC (rev 5986)
+++ trunk/ChangeLog     2014-12-25 16:52:44 UTC (rev 5987)
@@ -1,3 +1,8 @@
+2013-12-25  Eli Zaretskii  <address@hidden>
+
+       * info/terminal.c (terminal_initialize_terminal) 
+       <terminal_initialize_terminal_hook>: Call initialize_byte_map.
+
 2014-12-25  Gavin Smith  <address@hidden>
 
        * info/display.c (display_update_window_1): Don't display a line 

Modified: trunk/info/terminal.c
===================================================================
--- trunk/info/terminal.c       2014-12-25 16:37:09 UTC (rev 5986)
+++ trunk/info/terminal.c       2014-12-25 16:52:44 UTC (rev 5987)
@@ -723,6 +723,7 @@
   if (terminal_initialize_terminal_hook)
     {
       (*terminal_initialize_terminal_hook) (terminal_name);
+      initialize_byte_map ();
       return;
     }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]