Commit aba91e51 aba91e51a9d91c0abef4db78ac4a52c543432bee by Sergey Poznyakoff

mhn: restore -compose mode as default

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