diff options
| author | Kenichi Handa | 2003-11-22 11:46:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-11-22 11:46:03 +0000 |
| commit | 0fabd612e257cbcf8200489259f6458e87129667 (patch) | |
| tree | d3259cda3c7107feaf0b734fa6f9bb436043058c | |
| parent | 10039eb6cbcc2c9035b081b126cd64b5b75e2b59 (diff) | |
| download | emacs-0fabd612e257cbcf8200489259f6458e87129667.tar.gz emacs-0fabd612e257cbcf8200489259f6458e87129667.zip | |
(ctext-no-compositions): Remove garbage arguments.
| -rw-r--r-- | lisp/international/mule-conf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 121e2bdf9dc..e397edb6490 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -1312,7 +1312,7 @@ This coding system does not support extended segments of CTEXT." | |||
| 1312 | ;; compound-text-with-extensions, see mule.el. Note that this should | 1312 | ;; compound-text-with-extensions, see mule.el. Note that this should |
| 1313 | ;; not have a mime-charset property, to prevent it from showing up | 1313 | ;; not have a mime-charset property, to prevent it from showing up |
| 1314 | ;; close to the beginning of coding systems ordered by priority. | 1314 | ;; close to the beginning of coding systems ordered by priority. |
| 1315 | (define-coding-system 'ctext-no-compositions 2 ?x | 1315 | (define-coding-system 'ctext-no-compositions |
| 1316 | "Compound text based generic encoding for decoding unknown messages. | 1316 | "Compound text based generic encoding for decoding unknown messages. |
| 1317 | 1317 | ||
| 1318 | Like `compound-text', but does not produce escape sequences for compositions." | 1318 | Like `compound-text', but does not produce escape sequences for compositions." |