From ac5df5187661b22586d6b97bf3a4c10914c8b1c5 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 5 Feb 2004 12:03:53 +0000 Subject: [PATCH] (insert-char-attributes): Ignore `->denotational'. --- lisp/utf-2000/char-db-util.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 502cfd1..59890a8 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -860,6 +860,9 @@ (when (memq '->ucs-unified attributes) (setq attributes (delq '->ucs-unified attributes)) ) + (when (memq '->denotational attributes) + (setq attributes (delq '->denotational attributes)) + ) (when (memq 'composition attributes) (setq attributes (delq 'composition attributes)) )) -- 1.7.10.4