changeset 11092:c20013843cb1

Translate concat to ml-concat.
author Karl Heuer <kwzh@gnu.org>
date Wed, 22 Mar 1995 20:38:52 +0000
parents c968d4c026b7
children 278c796d9d7e
files lisp/emulation/mlconvert.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/mlconvert.el	Wed Mar 22 19:42:05 1995 +0000
+++ b/lisp/emulation/mlconvert.el	Wed Mar 22 20:38:52 1995 +0000
@@ -194,6 +194,7 @@
 (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")