Skip to content
  • Richard M Kreuter's avatar
    Fix bugs around XmTextField's callbacks. · 3c56ee77
    Richard M Kreuter authored
    * On the motifd side, writing callbacks with reason
      XmCR_MODIFYING_TEXT_VALUE would segfault when the text was NULL
      (e.g., due to backspacing).
    
    * On the Lisp side, decoding of callbacks in READ-CALLBACK-INFO used
      the :TEXT for the widget-type, when the correct type is :TEXT-FIELD.
    3c56ee77