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
1ee5b520
Commit
1ee5b520
authored
Oct 01, 2002
by
Kenichi Handa
Browse files
(ccl-decode-mule-utf-8): Remove unnecessary line.
parent
4425b824
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/international/utf-8.el
lisp/international/utf-8.el
+0
-1
No files found.
lisp/international/utf-8.el
View file @
1ee5b520
...
...
@@ -298,7 +298,6 @@ option is not the default."
(
r2
=
r1
)
(
r0
&=
#x1f
)
(
r0
<<=
6
)
(
r2
=
r1
)
; save in case of overlong sequence
(
r1
&=
#x3f
)
(
r1
+=
r0
)
;; Now r1 holds scalar value
...
...
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