projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75d2114
)
(insert-char-attributes): Ignore `->denotational'.
author
tomo
<tomo>
Thu, 5 Feb 2004 12:03:53 +0000
(12:03 +0000)
committer
tomo
<tomo>
Thu, 5 Feb 2004 12:03:53 +0000
(12:03 +0000)
lisp/utf-2000/char-db-util.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/char-db-util.el
b/lisp/utf-2000/char-db-util.el
index
502cfd1
..
59890a8
100644
(file)
--- 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))
))