From: Richard M. Stallman Date: Sat, 10 Aug 1996 18:51:19 +0000 (+0000) Subject: (merge_widget_value): Undo previous change. X-Git-Tag: emacs-19.34~8 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61069f2b083f256087244ec8a15c5660c7d75d70;p=emacs.git (merge_widget_value): Undo previous change. --- diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index f24dd778ca5..981c92e5686 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -526,8 +526,10 @@ 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 }