]> git.eshelyaron.com Git - emacs.git/commitdiff
(frame-configuration-p): Moved to subr.el.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 May 1995 18:39:22 +0000 (18:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 May 1995 18:39:22 +0000 (18:39 +0000)
lisp/frame.el

index 4e9fee8ec2a9fe6daf307220f91ef3a810000a81..e1fb765a13b4cac63478dc1d09f59bf8d6bed625 100644 (file)
@@ -557,14 +557,6 @@ is given and non-nil, the unwanted frames are iconified instead."
        ;; for where to put it.
        (mapcar 'iconify-frame frames-to-delete)
       (mapcar 'delete-frame frames-to-delete))))
-
-(defun frame-configuration-p (object)
-  "Return non-nil if OBJECT seems to be a frame configuration.
-Any list whose car is `frame-configuration' is assumed to be a frame
-configuration."
-  (and (consp object)
-       (eq (car object) 'frame-configuration)))
-
 \f
 ;;;; Convenience functions for accessing and interactively changing
 ;;;; frame parameters.