From 51a2d72e748dea9128e91bcfbdbdbc4969161b0f Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 5 Nov 2003 15:17:24 +0000 Subject: [PATCH] (ideo-translate-string-into-simplified-chinese): Renamed from `ideo-trans-simplify-chinese-string'. (ideo-trans-simplify-chinese-string): New alias for `ideo-translate-string-into-simplified-chinese'. --- ideo-trans.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ideo-trans.el b/ideo-trans.el index 156cadc..4f50ce8 100644 --- a/ideo-trans.el +++ b/ideo-trans.el @@ -25,7 +25,7 @@ ;;; Code: ;;;###autoload -(defun ideo-trans-simplify-chinese-string (string) +(defun ideo-translate-string-into-simplified-chinese (string) "Simplify Chinese traditional characters in STRING." (let (uchr ret) (mapconcat @@ -41,6 +41,10 @@ chr))) string ""))) +;;;###autoload +(define-obsolete-function-alias 'ideo-trans-simplify-chinese-string + 'ideo-translate-string-into-simplified-chinese) + ;;; @ End. ;;; -- 1.7.10.4