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
3fec4a06
Commit
3fec4a06
authored
Oct 01, 2002
by
Kenichi Handa
Browse files
Bind set-case-syntax-charset to iso-8859-15. Never provide latin-9.
parent
8deeeb61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
lisp/international/latin-9.el
lisp/international/latin-9.el
+2
-6
No files found.
lisp/international/latin-9.el
View file @
3fec4a06
...
...
@@ -45,7 +45,8 @@
(
require
'case-table
)
(
let
((
tbl
(
standard-case-table
)))
(
let
((
tbl
(
standard-case-table
))
(
set-case-syntax-charset
'iso-8859-15
))
(
set-case-syntax
160
" "
tbl
)
;no-break space
(
set-case-syntax
161
"."
tbl
)
;inverted exclamation mark
(
set-case-syntax
162
"w"
tbl
)
;cent sign
...
...
@@ -108,11 +109,6 @@
(
set-case-syntax
223
"w"
tbl
)
;latin small letter sharp s
(
set-case-syntax
247
"_"
tbl
))
;division sign
;; 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-9
))
;;; Don't compile this file: src/Makefile.in instructs make-docfile
;;; to look at the .el file!
;;; 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