aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2004-04-27 10:54:16 +0000
committerKenichi Handa2004-04-27 10:54:16 +0000
commit1345675f1ff5e341b2ff8b9fa85e27cb4e99ab73 (patch)
treebf0c2e7e95e44a776f0e74a5d37bf210c5e126ae
parent39787a9bf7d1f3d51ddff49bc587687ea29f3a27 (diff)
downloademacs-1345675f1ff5e341b2ff8b9fa85e27cb4e99ab73.tar.gz
emacs-1345675f1ff5e341b2ff8b9fa85e27cb4e99ab73.zip
(unicode-data): Fix the previous change.
-rw-r--r--lisp/international/mule-diag.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index ab50f01e0b8..18d477c1cb8 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -1107,7 +1107,6 @@ The list is null if CHAR isn't found in `unicodedata-file'."
1107 (error "`unicodedata-file' %s not found" unicodedata-file)) 1107 (error "`unicodedata-file' %s not found" unicodedata-file))
1108 (save-excursion 1108 (save-excursion
1109 (set-buffer (find-file-noselect unicodedata-file t t)) 1109 (set-buffer (find-file-noselect unicodedata-file t t))
1110 (toggle-read-only 1)
1111 (goto-char (point-min)) 1110 (goto-char (point-min))
1112 (let ((hex (format "%04X" char)) 1111 (let ((hex (format "%04X" char))
1113 found first last) 1112 found first last)