diff options
| author | Glenn Morris | 2013-06-01 15:35:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-06-01 15:35:54 -0700 |
| commit | e1b26af7e61751ca3f8c866b5a46c8b85e21c8f8 (patch) | |
| tree | 891484b26cc0e9e0caaab5024fc6d7cac5c6bf71 /lisp | |
| parent | f46305c86cd247b2396e73ce8bb064f69373834d (diff) | |
| download | emacs-e1b26af7e61751ca3f8c866b5a46c8b85e21c8f8.tar.gz emacs-e1b26af7e61751ca3f8c866b5a46c8b85e21c8f8.zip | |
ns-win comment
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/term/ns-win.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/term/ns-win.el b/lisp/term/ns-win.el index 0d4d3aaa26b..0298ad81a34 100644 --- a/lisp/term/ns-win.el +++ b/lisp/term/ns-win.el | |||
| @@ -558,6 +558,11 @@ unless the current buffer is a scratch buffer." | |||
| 558 | (other-frame -1)) | 558 | (other-frame -1)) |
| 559 | 559 | ||
| 560 | ;; If no position specified, make new frame offset by 25 from current. | 560 | ;; If no position specified, make new frame offset by 25 from current. |
| 561 | ;; You'd think this was a window manager's job, but apparently without | ||
| 562 | ;; this, new frames open exactly on top of old ones (?). | ||
| 563 | ;; http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00988.html | ||
| 564 | ;; Note that AFAICS it is not documented that functions on | ||
| 565 | ;; before-make-frame-hook can access PARAMETERS. | ||
| 561 | (defvar parameters) ; dynamically bound in make-frame | 566 | (defvar parameters) ; dynamically bound in make-frame |
| 562 | (add-hook 'before-make-frame-hook | 567 | (add-hook 'before-make-frame-hook |
| 563 | (lambda () | 568 | (lambda () |