Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e483377
Commit
9e483377
authored
Oct 10, 2007
by
Stefan Monnier
Browse files
(frame-inherited-parameters): Remove unused `environment'
parameter, and let server.el add `client' when needed.
parent
4419b755
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/ChangeLog
View file @
9e483377
2007-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
* frame.el (frame-inherited-parameters): Remove unused `environment'
parameter, and let server.el add `client' when needed.
* server.el (server-create-tty-frame)
(server-create-window-system-frame): Set frame-inherited-parameters.
...
...
lisp/frame.el
View file @
9e483377
...
...
@@ -673,7 +673,7 @@ The functions are run with one arg, the newly created frame.")
;; Alias, kept temporarily.
(
define-obsolete-function-alias
'new-frame
'make-frame
"22.1"
)
(
defvar
frame-inherited-parameters
'
(
environment
client
)
(
defvar
frame-inherited-parameters
'
()
;; FIXME: Shouldn't we add `font' here as well?
"Parameters `make-frame' copies from the `selected-frame' to the new frame."
)
...
...
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