Mercurial > emacs
diff lisp/frame.el @ 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 | 26aeed5ef544 |
children | 4f42575780e6 |
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.