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
546790cb
Commit
546790cb
authored
Nov 04, 2000
by
Jason Rumney
Browse files
(decode-mac-roman): Test against r1 not r0.
parent
fbf44f44
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/language/european.el
lisp/language/european.el
+1
-1
No files found.
lisp/ChangeLog
View file @
546790cb
2000-11-04 Jason Rumney <jasonr@gnu.org>
* language/european.el (decode-mac-roman): Test against r1 not r0.
2000-11-03 Stefan Monnier <monnier@cs.yale.edu>
* progmodes/icon.el (icon-mode-map): Don't rebind \t.
...
...
lisp/language/european.el
View file @
546790cb
...
...
@@ -479,7 +479,7 @@ but default input method is set to \"german-postfix\"."))
(read r1)
(if (r1 < 128) ;; ASCII
(r0 = ,(charset-id 'ascii))
(if (r
0
< 160)
(if (r
1
< 160)
(r0 = ,(charset-id 'eight-bit-control))
(r0 = ,(charset-id 'eight-bit-graphic))))
(translate-character mac-roman-decoder r0 r1)
...
...
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