Mercurial > emacs
changeset 15854:184808f2a73c
(merge_widget_value): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 10 Aug 1996 18:51:19 +0000 |
parents | 1ca5c3c9853a |
children | 57a1eaaa31e6 |
files | lwlib/lwlib.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lwlib/lwlib.c Sat Aug 10 18:48:18 1996 +0000 +++ b/lwlib/lwlib.c Sat Aug 10 18:51:19 1996 +0000 @@ -526,9 +526,11 @@ 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;