# HG changeset patch # User Michael I. Bushnell # Date 682719683 0 # Node ID f6c751f07c4a6aa14fa2a49d9fe282831ac7baa6 # Parent 87dbe63c61d88e7992125ed74d68741653d24b74 *** empty log message *** diff -r 87dbe63c61d8 -r f6c751f07c4a lisp/frame.el --- a/lisp/frame.el Tue Aug 20 20:14:42 1991 +0000 +++ b/lisp/frame.el Tue Aug 20 20:21:23 1991 +0000 @@ -99,9 +99,10 @@ ;; No, we're not running a window system. Arrange to cause errors. (setq screen-creation-function - (lambda (parameters) - (error - "Can't create multiple screens without a window system."))))) + (function + (lambda (parameters) + (error + "Can't create multiple screens without a window system.")))))) ;;; startup.el calls this function after loading the user's init file. ;;; If we created a minibuffer before knowing if we had permission, we