diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-05-06 20:29:42 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-05-06 20:29:42 +0000 |
commit | c731cd93623a5e538754c621d87e2e0cfa145883 (patch) | |
tree | 9847984e8698dfcf65ca508f433960c81ead3ddd /lisp/emacs-lisp | |
parent | 2c49d8ceab8f69ca35fdc889e0f08d40cce29393 (diff) | |
download | emacs-c731cd93623a5e538754c621d87e2e0cfa145883.tar.gz emacs-c731cd93623a5e538754c621d87e2e0cfa145883.tar.bz2 emacs-c731cd93623a5e538754c621d87e2e0cfa145883.zip |
Change new-frame to make-frame.
Diffstat (limited to 'lisp/emacs-lisp')
-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) |