From 8468c87b03343856b5bb25d86b436d4b52b98028 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 16 Aug 2012 14:20:10 +0000 Subject: Emacs 24 compatibility (ucs-insert -> insert-char) --- lib/unicode-chars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/unicode-chars.el b/lib/unicode-chars.el index 443fb7c8..1e5dedbf 100644 --- a/lib/unicode-chars.el +++ b/lib/unicode-chars.el @@ -5065,7 +5065,7 @@ in your emacs font." (if (< codept #xffff) (progn (insert (format "#x%06x " codept)) - (ucs-insert codept) + (insert-char codept 1) (insert (format " %s\n" name))))))) (provide 'unicode-chars) -- cgit v1.2.3