From: Richard M. Stallman Date: Sat, 27 Jul 1996 16:19:46 +0000 (+0000) Subject: (merge_widget_value) [USE_MOTIF]: Pass along the change flag from X-Git-Tag: emacs-19.34~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2fe6d204c95fe2eede996b211ee1f2cb5c9e5129;p=emacs.git (merge_widget_value) [USE_MOTIF]: Pass along the change flag from merged_contents. --- diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index aea3c3b87ca..f24dd778ca5 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -526,6 +526,9 @@ merge_widget_value (val1, val2, level) EXPLAIN (val1->name, change, INVISIBLE_CHANGE, "(contents change)", 0, 0); change = max (change, INVISIBLE_CHANGE); +#ifdef USE_MOTIF + change = max (merged_contents->change, change); +#endif } val1->contents = merged_contents;