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
b5d48854
Commit
b5d48854
authored
Apr 10, 1997
by
Richard M. Stallman
Browse files
(frame-parameter): New function.
parent
2718efdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/frame.el
lisp/frame.el
+4
-0
No files found.
lisp/frame.el
View file @
b5d48854
...
...
@@ -578,6 +578,10 @@ is given and non-nil, the unwanted frames are iconified instead."
;;;; Convenience functions for accessing and interactively changing
;;;; frame parameters.
(
defun
frame-parameter
(
frame
parameter
)
"Return FRAME's value for parameter PARAMETER."
(
cdr
(
assq
parameter
(
frame-parameters
frame
))))
(
defun
frame-height
(
&optional
frame
)
"Return number of lines available for display on FRAME.
If FRAME is omitted, describe the currently selected 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