(ids-dump-insert-jis-x0208-1990): Don't insert `nil'.
authortomo <tomo>
Wed, 13 Nov 2002 03:26:53 +0000 (03:26 +0000)
committertomo <tomo>
Wed, 13 Nov 2002 03:26:53 +0000 (03:26 +0000)
ids-dump.el

index 678d6aa..de48c6e 100644 (file)
                 h l
                 (decode-builtin-char 'japanese-jisx0208-1990
                                      (logior (lsh h 8) l))
-                (ids-format-list
-                 (get-char-attribute chr 'ideographic-structure))))
+                (or (ids-format-list
+                     (get-char-attribute chr 'ideographic-structure))
+                    "")))
        (setq cell (1+ cell)))
       (setq row (1+ row)))
     (setq h (+ row 32))
               h l
               (decode-builtin-char 'japanese-jisx0208-1990
                                    (logior (lsh h 8) l))
-              (ids-format-list
-               (get-char-attribute chr 'ideographic-structure))))
+              (or (ids-format-list
+                   (get-char-attribute chr 'ideographic-structure))
+                  "")))
       (setq cell (1+ cell)))))
 
 (defun ids-dump-range (file path func &rest args)