(code_convert_string): Maybe use make_unibyte_string.
[bpt/emacs.git] / lwlib / lwlib.c
index 9dea801..981c92e 100644 (file)
@@ -526,6 +526,11 @@ merge_widget_value (val1, val2, level)
          EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)",
                   0, 0);
          change = max (change, INVISIBLE_CHANGE);
+#if 0 /* This was replaced by the August 9 1996 change in lwlib-Xm.c.  */
+#ifdef USE_MOTIF
+         change = max (merged_contents->change, change);
+#endif
+#endif
        }
       
       val1->contents = merged_contents;
@@ -1379,16 +1384,3 @@ lw_allow_resizing (w, flag)
   xm_manage_resizing (w, flag);
 #endif
 }
-
-/* Check to see if event should be ignored by Emacs */
-Boolean
-lw_toolkit_related_event_p (event)
-     XEvent *event;
-{
-#if defined (USE_MOTIF)
-  return lw_motif_menu_related_event_p (event);
-#else
-  return False;
-#endif
-}
-