From bdafb772d7534c31582cbf85ab151563dcfde3d5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 22 Mar 1995 20:38:52 +0000 Subject: [PATCH] Translate concat to ml-concat. --- lisp/emulation/mlconvert.el | 1 + 1 file changed, 1 insertion(+) 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 @@ (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") -- 2.39.5