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
f9319888
Commit
f9319888
authored
Mar 05, 2007
by
Kenichi Handa
Browse files
Fix previous change.
parent
bba31a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/international/characters.el
lisp/international/characters.el
+2
-1
No files found.
lisp/international/characters.el
View file @
f9319888
...
...
@@ -916,7 +916,8 @@
;; Latin Extended-A, Latin Extended-B, IPA
(setq c #x0100)
(while (<= c #x02AF)
(modify-category-entry (decode-char 'ucs c) ?l))
(modify-category-entry (decode-char 'ucs c) ?l)
(setq c (1+ c)))
(setq c #x0100)
(while (<= c #x0177)
...
...
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