From: Gerd Moellmann Date: Tue, 5 Sep 2000 15:54:38 +0000 (+0000) Subject: (frame-parameter): Move to C code. X-Git-Tag: emacs-pretest-21.0.90~1785 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a2e2aa2c293a2c8228644ebdcd84b960000cfc31;p=emacs.git (frame-parameter): Move to C code. --- diff --git a/lisp/frame.el b/lisp/frame.el index 490c8c1bf3e..9da841f4e1a 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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."