mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Merge remote-tracking branch 'origin/master' into feature/pgtk
This commit is contained in:
commit
8f5d2a3181
350 changed files with 24824 additions and 3718 deletions
|
|
@ -603,6 +603,8 @@ decode_options (int argc, char **argv)
|
|||
alt_display = "ns";
|
||||
#elif defined (HAVE_NTGUI)
|
||||
alt_display = "w32";
|
||||
#elif defined (HAVE_HAIKU)
|
||||
alt_display = "be";
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_PGTK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue