Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
42ea0349
Commit
42ea0349
authored
Oct 05, 2002
by
Dave Love
Browse files
(unicode-data): Check that
`unicodedata-file' exists.
parent
4fb82d62
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
165 additions
and
163 deletions
+165
-163
lisp/international/mule-diag.el
lisp/international/mule-diag.el
+165
-163
No files found.
lisp/international/mule-diag.el
View file @
42ea0349
...
@@ -1228,7 +1228,9 @@ looked up from it."
...
@@ -1228,7 +1228,9 @@ looked up from it."
"
Return
a
list
of
Unicode
data
for
unicode
CHAR.
"
Return
a
list
of
Unicode
data
for
unicode
CHAR.
Each
element
is
a
list
of
a
property
description
and
the
property
value.
Each
element
is
a
list
of
a
property
description
and
the
property
value.
The
list
is
null
if
CHAR
isn
't
found
in
`
unicodedata-file
'.
"
The
list
is
null
if
CHAR
isn
't
found
in
`
unicodedata-file
'.
"
(if unicodedata-file
(when unicodedata-file
(unless (file-exists-p unicodedata-file)
(error "
`
unicodedata-file
'
%s
not
found
" unicodedata-file))
(save-excursion
(save-excursion
(set-buffer (find-file-noselect unicodedata-file))
(set-buffer (find-file-noselect unicodedata-file))
(goto-char (point-min))
(goto-char (point-min))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment