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
9239a281
Commit
9239a281
authored
Oct 01, 2002
by
Kenichi Handa
Browse files
Bind set-case-syntax-charset to iso-8859-2. Never provide latin-2.
parent
54fd8070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
lisp/international/latin-2.el
lisp/international/latin-2.el
+2
-6
No files found.
lisp/international/latin-2.el
View file @
9239a281
...
@@ -33,7 +33,8 @@
...
@@ -33,7 +33,8 @@
(
require
'case-table
)
(
require
'case-table
)
(
let
((
tbl
(
standard-case-table
)))
(
let
((
tbl
(
standard-case-table
))
(
set-case-syntax-charset
'iso-8859-2
))
(
set-case-syntax
160
" "
tbl
)
;no-break space
(
set-case-syntax
160
" "
tbl
)
;no-break space
(
set-case-syntax-pair
161
177
tbl
)
;latin letter a with ogonek
(
set-case-syntax-pair
161
177
tbl
)
;latin letter a with ogonek
(
set-case-syntax
162
"w"
tbl
)
;breve
(
set-case-syntax
162
"w"
tbl
)
;breve
...
@@ -91,11 +92,6 @@
...
@@ -91,11 +92,6 @@
(
set-case-syntax
247
"_"
tbl
)
;division sign
(
set-case-syntax
247
"_"
tbl
)
;division sign
(
set-case-syntax
255
"w"
tbl
))
;dot above
(
set-case-syntax
255
"w"
tbl
))
;dot above
;; When preloading this file, don't provide the feature.
;; Explicit `require' is used to load this for 8-bit characters.
(
or
set-case-syntax-set-multibyte
(
provide
'latin-2
))
;;; Don't compile this file: src/Makefile.in instructs make-docfile
;;; Don't compile this file: src/Makefile.in instructs make-docfile
;;; to look at the .el file!
;;; to look at the .el file!
;;; Local Variables:
;;; Local Variables:
...
...
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