From: Karl Heuer Date: Wed, 22 Mar 1995 20:38:52 +0000 (+0000) Subject: Translate concat to ml-concat. X-Git-Tag: emacs-19.34~4766 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bdafb772d7534c31582cbf85ab151563dcfde3d5;p=emacs.git Translate concat to ml-concat. --- 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")