Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e1b26af7
Commit
e1b26af7
authored
Jun 01, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ns-win comment
parent
f46305c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/term/ns-win.el
lisp/term/ns-win.el
+5
-0
No files found.
lisp/term/ns-win.el
View file @
e1b26af7
...
...
@@ -558,6 +558,11 @@ unless the current buffer is a scratch buffer."
(other-frame -1))
;; If no position specified, make new frame offset by 25 from current.
;; You'd think this was a window manager's job, but apparently without
;; this, new frames open exactly on top of old ones (?).
;; http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00988.html
;; Note that AFAICS it is not documented that functions on
;; before-make-frame-hook can access PARAMETERS.
(defvar parameters) ; dynamically bound in make-frame
(add-hook 'before-make-frame-hook
(lambda ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment