diff options
| author | Jim Blandy <jimb@redhat.com> | 1993-03-25 04:08:11 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1993-03-25 04:08:11 +0000 |
| commit | f040093a19514095936425c70878c09cdfba23c7 (patch) | |
| tree | cfa41002b954d613a4f3bf6d6476161eb13e32ba | |
| parent | f071c05ae22e371cf76aa90d326d42aa385a0c6e (diff) | |
| download | emacs-f040093a19514095936425c70878c09cdfba23c7.tar.gz | |
Fix typo.
| -rw-r--r-- | src/dispnew.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 25eccf95967..7284baec2e5 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -2001,6 +2001,7 @@ init_display () #else display_arg = getenv ("DISPLAY"); #endif + } if (!inhibit_window_system && display_arg) { |
