Commit aba91e51 aba91e51a9d91c0abef4db78ac4a52c543432bee by Sergey Poznyakoff

mhn: restore -compose mode as default

1 parent f6747028
gint @ fd86bf7d
Subproject commit 42f4712085b40173eaea58e14b1a579291a6fe3a
Subproject commit fd86bf7d44b0c970771830692ae7491447ebe8b1
......
......@@ -2766,7 +2766,7 @@ main (int argc, char **argv)
pause_option = 0;
if (!compose_option && !list_option && !show_option && !store_option)
show_option = 1;
compose_option = 1;
signal (SIGPIPE, SIG_IGN);
......