mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(ctext-no-compositions): Remove garbage arguments.
This commit is contained in:
parent
10039eb6cb
commit
0fabd612e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1312,7 +1312,7 @@ This coding system does not support extended segments of CTEXT."
|
|||
;; compound-text-with-extensions, see mule.el. Note that this should
|
||||
;; not have a mime-charset property, to prevent it from showing up
|
||||
;; close to the beginning of coding systems ordered by priority.
|
||||
(define-coding-system 'ctext-no-compositions 2 ?x
|
||||
(define-coding-system 'ctext-no-compositions
|
||||
"Compound text based generic encoding for decoding unknown messages.
|
||||
|
||||
Like `compound-text', but does not produce escape sequences for compositions."
|
||||
|
|
|
|||
Loading…
Reference in a new issue