Mercurial > emacs
changeset 89276:500483434aa3
(unicode-data): Find unicodedata-file
literally.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 01 Nov 2002 22:55:59 +0000 |
parents | 2be4332d1d47 |
children | d12feb0f429e |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-diag.el Thu Oct 31 22:08:28 2002 +0000 +++ b/lisp/international/mule-diag.el Fri Nov 01 22:55:59 2002 +0000 @@ -1232,7 +1232,7 @@ (unless (file-exists-p unicodedata-file) (error "`unicodedata-file' %s not found" unicodedata-file)) (save-excursion - (set-buffer (find-file-noselect unicodedata-file)) + (set-buffer (find-file-noselect unicodedata-file nil t)) (goto-char (point-min)) (let ((hex (format "%04X" char)) found first last)