aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-03-22 20:38:52 +0000
committerKarl Heuer1995-03-22 20:38:52 +0000
commitbdafb772d7534c31582cbf85ab151563dcfde3d5 (patch)
tree71cac8d8661012050eed9cd0133ad58367d12a0a
parent9dc90430f3de72f797a0a5431e756d3821ef09e8 (diff)
downloademacs-bdafb772d7534c31582cbf85ab151563dcfde3d5.tar.gz
emacs-bdafb772d7534c31582cbf85ab151563dcfde3d5.zip
Translate concat to ml-concat.
-rw-r--r--lisp/emulation/mlconvert.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emulation/mlconvert.el b/lisp/emulation/mlconvert.el
index ff618d9b62c..491799c4513 100644
--- a/lisp/emulation/mlconvert.el
+++ b/lisp/emulation/mlconvert.el
@@ -194,6 +194,7 @@
194(ml-expansion 'get-tty-no-blanks-input "read-no-blanks-input") 194(ml-expansion 'get-tty-no-blanks-input "read-no-blanks-input")
195(ml-expansion 'get-tty-key "read-key") 195(ml-expansion 'get-tty-key "read-key")
196 196
197(ml-expansion 'concat "ml-concat")
197(ml-expansion 'c= "char-equal") 198(ml-expansion 'c= "char-equal")
198(ml-expansion 'goto-character "goto-char") 199(ml-expansion 'goto-character "goto-char")
199(ml-expansion 'substr "ml-substr") 200(ml-expansion 'substr "ml-substr")