Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3dabda23
Commit
3dabda23
authored
Jan 06, 2009
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* international/mule.el (define-coding-system): Fix typos in docstring.
parent
49be4f88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/international/mule.el
lisp/international/mule.el
+3
-3
No files found.
lisp/ChangeLog
View file @
3dabda23
2009-01-06 Juanma Barranquero <lekktu@gmail.com>
* international/mule.el (define-coding-system): Fix typos in docstring.
2009-01-05 Alan Mackenzie <acm@muc.de>
* progmodes/cc-styles.el (c-setup-paragraph-variables): Ensure
...
...
lisp/international/mule.el
View file @
3dabda23
...
...
@@ -50,7 +50,7 @@ Distribution date of this version of MULE (multilingual environment).")
(defvar emacs-mule-charset-table (make-vector 256 nil))
(aset emacs-mule-charset-table 0 'ascii)
;; Convert the argument of old-style call
l
of define-charset to a
;; Convert the argument of old-style call of define-charset to a
;; property list used by the new-style.
;; INFO-VECTOR is a vector of the format:
;; [DIMENSION CHARS WIDTH DIRECTION ISO-FINAL-CHAR ISO-GRAPHIC-PLANE
...
...
@@ -719,9 +719,9 @@ BOM, and on encoding, don't produce BOM bytes.
If
the
value
is
t
,
on
decoding,
skip
the
first
two-byte
as
BOM,
and
on
encoding,
produce
BOM
bytes
accoding
to
the
value
of
`
:endian'.
If
the
value
is
cons,
on
decoding,
check
the
first
two-byte.
If
they
q
If
the
value
is
cons,
on
decoding,
check
the
first
two-byte.
If
they
are
0xFE
0xFF,
use
the
car
part
coding
system
of
the
value.
If
they
are
0xFF
0xFE,
use
the
c
a
r
part
coding
system
of
the
value.
are
0xFF
0xFE,
use
the
c
d
r
part
coding
system
of
the
value.
Otherwise,
treat
them
as
bytes
for
a
normal
character.
On
encoding,
produce
BOM
bytes
accoding
to
the
value
of
`
:endian'.
...
...
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