aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJim Blandy1992-07-15 03:24:58 +0000
committerJim Blandy1992-07-15 03:24:58 +0000
commit0cc89026beff8f9f7b136f4464934675fe50cfcd (patch)
treebac0be283b70cdaec9095daaeae1e3fd291c56af /lisp/emulation
parentf98955eaaa3d2c459b373a7b4c5d1176a18687d9 (diff)
downloademacs-0cc89026beff8f9f7b136f4464934675fe50cfcd.tar.gz
emacs-0cc89026beff8f9f7b136f4464934675fe50cfcd.zip
*** empty log message ***
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/mlconvert.el4
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 @@
248(ml-expansion 'file-modified-time "you-lose-on-file-modified-time") 248(ml-expansion 'file-modified-time "you-lose-on-file-modified-time")
249(ml-expansion 'needs-checkpointing "you-lose-on-needs-checkpointing") 249(ml-expansion 'needs-checkpointing "you-lose-on-needs-checkpointing")
250 250
251(ml-expansion 'lines-on-screen "set-screen-height") 251(ml-expansion 'lines-on-screen "set-frame-height")
252(ml-expansion 'columns-on-screen "set-screen-width") 252(ml-expansion 'columns-on-screen "set-frame-width")
253 253
254(ml-expansion 'dumped-emacs "t") 254(ml-expansion 'dumped-emacs "t")
255 255