# HG changeset patch # User Kenichi Handa # Date 1083063256 0 # Node ID de927c4adfc4c02b1c560e5a7ffad1b2d7797928 # Parent 07b4096165466e1ee83db61582c4f837edf53c8a (unicode-data): Fix the previous change. diff -r 07b409616546 -r de927c4adfc4 lisp/international/mule-diag.el --- a/lisp/international/mule-diag.el Tue Apr 27 10:53:29 2004 +0000 +++ b/lisp/international/mule-diag.el Tue Apr 27 10:54:16 2004 +0000 @@ -1107,7 +1107,6 @@ (error "`unicodedata-file' %s not found" unicodedata-file)) (save-excursion (set-buffer (find-file-noselect unicodedata-file t t)) - (toggle-read-only 1) (goto-char (point-min)) (let ((hex (format "%04X" char)) found first last)