From 3e3c3e114c754aa88c5abdfa5ee487fbaaaddbb6 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 6 Nov 2003 07:06:56 +0000 Subject: [PATCH] Display "Updating char-feature `ideographic-structure'..." instead of "Saving into ${exec-directory}/char-db/system-char-id/ideographic-structure...". --- install-ids.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install-ids.el b/install-ids.el index 144c1e4..bfd4839 100644 --- a/install-ids.el +++ b/install-ids.el @@ -39,9 +39,7 @@ ;; (install-ids-read-file "IDS-HZK02.txt" load-ids-simplify t) ;; (install-ids-read-file "IDS-HZK03.txt" load-ids-simplify t) -(princ "Saving into ") -(princ exec-directory) -(princ "char-db/system-char-id/ideographic-structure...") +(princ "Updating char-feature `ideographic-structure'...") (save-char-attribute-table 'ideographic-structure) (princ "done.\n") -- 1.7.10.4