1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

Translate concat to ml-concat.

This commit is contained in:
Karl Heuer 1995-03-22 20:38:52 +00:00
parent 9dc90430f3
commit bdafb772d7

View File

@ -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")