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
54fd8070
Commit
54fd8070
authored
Oct 01, 2002
by
Kenichi Handa
Browse files
Bind set-case-syntax-charset to iso-8859-1. Never provide latin-1.
parent
f5f7578b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
lisp/international/latin-1.el
lisp/international/latin-1.el
+2
-6
No files found.
lisp/international/latin-1.el
View file @
54fd8070
...
@@ -35,7 +35,8 @@
...
@@ -35,7 +35,8 @@
(
require
'case-table
)
(
require
'case-table
)
(
let
((
tbl
(
standard-case-table
)))
(
let
((
tbl
(
standard-case-table
))
(
set-case-syntax-charset
'iso-8859-1
))
(
set-case-syntax
160
" "
tbl
)
;no-break space
(
set-case-syntax
160
" "
tbl
)
;no-break space
(
set-case-syntax
161
"."
tbl
)
;inverted exclamation mark
(
set-case-syntax
161
"."
tbl
)
;inverted exclamation mark
(
set-case-syntax
162
"w"
tbl
)
;cent sign
(
set-case-syntax
162
"w"
tbl
)
;cent sign
...
@@ -102,11 +103,6 @@
...
@@ -102,11 +103,6 @@
(
set-case-syntax
247
"_"
tbl
)
;division sign
(
set-case-syntax
247
"_"
tbl
)
;division sign
(
set-case-syntax
255
"w"
tbl
))
;latin small letter y with diaeresis
(
set-case-syntax
255
"w"
tbl
))
;latin small letter y with diaeresis
;; 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-1
))
;;; 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