diff options
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/mlconvert.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/mlconvert.el b/lisp/emulation/mlconvert.el index 54b177792c8..ec6d93eb4a1 100644 --- a/lisp/emulation/mlconvert.el +++ b/lisp/emulation/mlconvert.el @@ -248,8 +248,8 @@ (ml-expansion 'file-modified-time "you-lose-on-file-modified-time") (ml-expansion 'needs-checkpointing "you-lose-on-needs-checkpointing") -(ml-expansion 'lines-on-screen "set-screen-height") -(ml-expansion 'columns-on-screen "set-screen-width") +(ml-expansion 'lines-on-screen "set-frame-height") +(ml-expansion 'columns-on-screen "set-frame-width") (ml-expansion 'dumped-emacs "t") |