diff options
Diffstat (limited to 'lisp/emacs-lisp/lucid.el')
-rw-r--r-- | lisp/emacs-lisp/lucid.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el index 1334505a62b..3e49309cb4a 100644 --- a/lisp/emacs-lisp/lucid.el +++ b/lisp/emacs-lisp/lucid.el @@ -179,7 +179,7 @@ bottom of the buffer stack." (defalias 'visible-screen-list 'visible-frame-list) (defalias 'window-screen 'window-frame) (defalias 'x-create-screen 'x-create-frame) -(defalias 'x-new-screen 'new-frame) +(defalias 'x-new-screen 'make-frame) (provide 'lucid) |