diff options
| -rw-r--r-- | lisp/international/mule-diag.el | 1 |
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) |