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:
ce1de24
)
Check `save-charset-properties' is defined before calling
author
tomo
<tomo>
Mon, 2 Aug 2004 01:49:16 +0000
(
01:49
+0000)
committer
tomo
<tomo>
Mon, 2 Aug 2004 01:49:16 +0000
(
01:49
+0000)
`save-charset-properties'.
lisp/utf-2000/update-cdb.el
patch
|
blob
|
history
diff --git
a/lisp/utf-2000/update-cdb.el
b/lisp/utf-2000/update-cdb.el
index
d184912
..
8ee1852
100644
(file)
--- a/
lisp/utf-2000/update-cdb.el
+++ b/
lisp/utf-2000/update-cdb.el
@@
-73,7
+73,8
@@
(save-char-attribute-table attribute))
(dolist (ccs (charset-list))
- (save-charset-properties ccs)
+ (and (fboundp 'save-charset-properties)
+ (save-charset-properties ccs))
(save-charset-mapping-table ccs))
(with-temp-buffer