diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 68f3201de80..3fb4f148b1c 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -11499,7 +11499,7 @@ DEFUN ("coding-system-put", Fcoding_system_put, Scoding_system_put, | |||
| 11499 | } | 11499 | } |
| 11500 | 11500 | ||
| 11501 | ASET (attrs, coding_attr_plist, | 11501 | ASET (attrs, coding_attr_plist, |
| 11502 | Fplist_put (CODING_ATTR_PLIST (attrs), prop, val)); | 11502 | plist_put (CODING_ATTR_PLIST (attrs), prop, val)); |
| 11503 | return val; | 11503 | return val; |
| 11504 | } | 11504 | } |
| 11505 | 11505 | ||