Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5b95ee8a
Commit
5b95ee8a
authored
Jan 29, 2012
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/frame.el (window-system-default-frame-alist): Doc fix.
parent
ea162670
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/frame.el
lisp/frame.el
+6
-2
No files found.
lisp/ChangeLog
View file @
5b95ee8a
2012-01-29 Chong Yidong <cyd@gnu.org>
* frame.el (window-system-default-frame-alist): Doc fix.
* dynamic-setting.el (font-setting-change-default-font): Don't
change the default face if SET-FONT argument is non-nil (Bug#9982).
...
...
lisp/frame.el
View file @
5b95ee8a
...
...
@@ -39,8 +39,12 @@ function to this list, which should take an alist of parameters
as its argument."
)
(
defvar
window-system-default-frame-alist
nil
"Alist of window-system dependent default frame parameters.
Parameters specified here supersede the values given in
"Window-system dependent default frame parameters.
The value should be an alist of elements (WINDOW-SYSTEM . ALIST),
where WINDOW-SYSTEM is a window system symbol (see `window-system')
and ALIST is a frame parameter alist like `default-frame-alist'.
Then, for frames on WINDOW-SYSTEM, any parameters specified in
ALIST supersede the corresponding parameters specified in
`default-frame-alist'."
)
;; The initial value given here used to ask for a minibuffer.
...
...
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