(frame-parameter): Move to C code.

This commit is contained in:
Gerd Moellmann 2000-09-05 15:54:38 +00:00
parent 8b60f7bcd9
commit a2e2aa2c29

View file

@ -681,11 +681,6 @@ 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.
If FRAME is nil, describe the currently selected frame."
(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."