From dbc4e1c12940079cad7b24e1654a0badcda8d6fc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 26 Jan 1993 01:58:16 +0000 Subject: JimB's changes since January 18th --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/frame.el') diff --git a/lisp/frame.el b/lisp/frame.el index 59f87e3f858..d8060baf9ea 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -113,7 +113,7 @@ These supercede the values given in default-frame-alist.") ;;; need to see if it should go away or change. Create a text frame ;;; here. (defun frame-notice-user-settings () - (if (live-frame-p frame-initial-frame) + (if (frame-live-p frame-initial-frame) (progn ;; If the user wants a minibuffer-only frame, we'll have to ;; make a new one; you can't remove or add a root window to/from -- cgit v1.2.3