Mercurial > emacs
changeset 404:f6c751f07c4a
*** empty log message ***
author | Michael I. Bushnell <mib@gnu.org> |
---|---|
date | Tue, 20 Aug 1991 20:21:23 +0000 |
parents | 87dbe63c61d8 |
children | 698d5d6e8f8b |
files | lisp/frame.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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