diff options
| -rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index 143f3342879..757f4c1e049 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el | |||
| @@ -1041,7 +1041,7 @@ Use `define-coding-system' instead." | |||
| 1041 | (setq key :valids))) | 1041 | (setq key :valids))) |
| 1042 | (setq plist (plist-put plist key (cdr elt)))) | 1042 | (setq plist (plist-put plist key (cdr elt)))) |
| 1043 | plist)) | 1043 | plist)) |
| 1044 | (plist-put properties :mnemonic mnemonic) | 1044 | (setq properties (plist-put properties :mnemonic mnemonic)) |
| 1045 | (plist-put properties :coding-type type) | 1045 | (plist-put properties :coding-type type) |
| 1046 | (cond ((eq eol-type 0) (setq eol-type 'unix)) | 1046 | (cond ((eq eol-type 0) (setq eol-type 'unix)) |
| 1047 | ((eq eol-type 1) (setq eol-type 'dos)) | 1047 | ((eq eol-type 1) (setq eol-type 'dos)) |