diff options
| author | Jim Blandy | 1992-06-12 20:56:21 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-06-12 20:56:21 +0000 |
| commit | d3aa5086b56fe323373b41f4497b37fd498891aa (patch) | |
| tree | 30c187dbc1e8772ad477730181ecbd2c5ba8dd8c | |
| parent | 4c6a33177edcb89a75fa25378d0c7054eb7fbfcb (diff) | |
| download | emacs-d3aa5086b56fe323373b41f4497b37fd498891aa.tar.gz emacs-d3aa5086b56fe323373b41f4497b37fd498891aa.zip | |
*** empty log message ***
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c index da42dd27f95..6f190e4c535 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -544,7 +544,7 @@ A screen may not be deleted if its minibuffer is used by other screens.") | |||
| 544 | 544 | ||
| 545 | for (screens = Vscreen_list; | 545 | for (screens = Vscreen_list; |
| 546 | CONSP (screens); | 546 | CONSP (screens); |
| 547 | screen = XCONS (screens)->cdr) | 547 | screens = XCONS (screens)->cdr) |
| 548 | { | 548 | { |
| 549 | s = XSCREEN (XCONS (screens)->car); | 549 | s = XSCREEN (XCONS (screens)->car); |
| 550 | if (!SCREEN_MINIBUF_ONLY_P (s)) | 550 | if (!SCREEN_MINIBUF_ONLY_P (s)) |