diff options
author | Jim Blandy <jimb@redhat.com> | 1992-07-15 03:24:58 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-07-15 03:24:58 +0000 |
commit | 2f68343dd476639db9c0817a0f63bb3ae0a0c4de (patch) | |
tree | e3f1e113fbf64d3e5e0dc7ffb02a385b3999229f /lisp/emulation | |
parent | 4310192488cb557b06c40053c09e49922e3afaa7 (diff) | |
download | emacs-2f68343dd476639db9c0817a0f63bb3ae0a0c4de.tar.gz |
*** empty log message ***
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") |