1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00

Change new-frame to make-frame.

This commit is contained in:
Karl Heuer 1994-05-06 20:29:42 +00:00
parent 2c49d8ceab
commit c731cd9362

View file

@ -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)