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:
parent
2c49d8ceab
commit
c731cd9362
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue