changeset 12015:27a219ed1505

(frame-configuration-p): Moved to subr.el.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 May 1995 18:39:22 +0000
parents e4932082046a
children 3fd7ef954be6
files lisp/frame.el
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Tue May 30 18:31:00 1995 +0000
+++ b/lisp/frame.el	Tue May 30 18:39:22 1995 +0000
@@ -557,14 +557,6 @@
 	;; 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)))
-
 
 ;;;; Convenience functions for accessing and interactively changing
 ;;;; frame parameters.