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
aca6c048
Commit
aca6c048
authored
Mar 05, 2007
by
Kenichi Handa
Browse files
*** empty log message ***
parent
661f3ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/characters.el
lisp/international/characters.el
+1
-1
No files found.
lisp/ChangeLog
View file @
aca6c048
2007-03-05 Kenichi Handa <handa@m17n.org>
* international/characters.el: Set category `l' (latin) for more
characters.
2007-03-04 Kim F. Storm <storm@cua.dk>
2007-03-04 Kim F. Storm <storm@cua.dk>
* emacs-lisp/authors.el (authors-aliases): Add alias.
* emacs-lisp/authors.el (authors-aliases): Add alias.
lisp/international/characters.el
View file @
aca6c048
...
@@ -916,7 +916,7 @@
...
@@ -916,7 +916,7 @@
;; Latin Extended-A, Latin Extended-B, IPA
;; Latin Extended-A, Latin Extended-B, IPA
(setq c #x0100)
(setq c #x0100)
(while (<= c #x02AF)
(while (<= c #x02AF)
(modify-category-entry (decode-char 'ucs c) ?l)
(modify-category-entry (decode-char 'ucs c) ?l)
)
(setq c #x0100)
(setq c #x0100)
(while (<= c #x0177)
(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