From f3c465adb0fd2777e4b5b20728b1ef9213f44588 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 25 Dec 2002 13:35:24 +0000 Subject: [PATCH] (ids-find-chars-covered-by-components): Delete commented-out code. --- ids-find.el | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/ids-find.el b/ids-find.el index 2af3021..df5c0a7 100644 --- a/ids-find.el +++ b/ids-find.el @@ -145,23 +145,7 @@ (map-char-attribute (lambda (c v) (when (ideographic-structure-repertoire-p v components) - (insert - (ids-find-format-line c v) - ;; (format "%c\t%s\t%s\n" - ;; c - ;; (or - ;; (when (setq ucs (char-ucs c)) - ;; (or - ;; (when (setq jis - ;; (encode-char - ;; (decode-char - ;; 'ucs-jis (char-ucs c)) - ;; 'japanese-jisx0208-1990)) - ;; (format "J0-%04X" jis)))) - ;; "") - ;; (or (ideographic-structure-to-ids v) - ;; v)) - ))) + (insert (ids-find-format-line c v)))) 'ideographic-structure)) (goto-char (point-min))) (view-buffer ids-find-result-buffer)) -- 1.7.10.4