diff options
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/ns-win.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 10c1c19e0c4..b639af7cda0 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -492,7 +492,7 @@ unless the current buffer is a scratch buffer." | |||
| 492 | command-line-default-directory))) | 492 | command-line-default-directory))) |
| 493 | (file (find-file-noselect f)) | 493 | (file (find-file-noselect f)) |
| 494 | (bufwin1 (get-buffer-window file 'visible)) | 494 | (bufwin1 (get-buffer-window file 'visible)) |
| 495 | (bufwin2 (get-buffer-window "*scratch*" 'visibile))) | 495 | (bufwin2 (get-buffer-window "*scratch*" 'visible))) |
| 496 | (cond | 496 | (cond |
| 497 | (bufwin1 | 497 | (bufwin1 |
| 498 | (select-frame (window-frame bufwin1)) | 498 | (select-frame (window-frame bufwin1)) |