Translate concat to ml-concat.
authorKarl Heuer <kwzh@gnu.org>
Wed, 22 Mar 1995 20:38:52 +0000 (20:38 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 22 Mar 1995 20:38:52 +0000 (20:38 +0000)
lisp/emulation/mlconvert.el

index ff618d9..491799c 100644 (file)
 (ml-expansion 'get-tty-no-blanks-input "read-no-blanks-input")
 (ml-expansion 'get-tty-key "read-key")
 
+(ml-expansion 'concat "ml-concat")
 (ml-expansion 'c= "char-equal")
 (ml-expansion 'goto-character "goto-char")
 (ml-expansion 'substr "ml-substr")