changeset 89930:de927c4adfc4

(unicode-data): Fix the previous change.
author Kenichi Handa <handa@m17n.org>
date Tue, 27 Apr 2004 10:54:16 +0000
parents 07b409616546
children 8d0c8d0ae419
files lisp/international/mule-diag.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)