From b1364986cb927ca113b0447a66a5274221ad9100 Mon Sep 17 00:00:00 2001 From: Alp Aker Date: Wed, 25 Jul 2012 19:11:23 -0400 Subject: [PATCH] * international/mule-cmds.el (ucs-insert): Mark it as an obsolete function, not an obsolete variable (Bug#12046). --- lisp/ChangeLog | 5 +++++ lisp/international/mule-cmds.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a773e158e3c..1d4baa8b054 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-07-25 Alp Aker + + * international/mule-cmds.el (ucs-insert): Mark it as an obsolete + function, not an obsolete variable (Bug#12046). + 2012-07-25 Andreas Schwab * faces.el (face-spec-reset-face): Fix last change. (Bug#12042) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index a91c71b0304..93c0cbf47f1 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -2954,7 +2954,7 @@ point or a number in hash notation, e.g. #o21430 for octal, (t (cdr (assoc-string input (ucs-names) t)))))) -(define-obsolete-variable-alias 'ucs-insert 'insert-char "24.2") +(define-obsolete-function-alias 'ucs-insert 'insert-char "24.2") (define-key ctl-x-map "8\r" 'insert-char) ;;; mule-cmds.el ends here -- 2.39.2