diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index 156ead91ed2..75ed84bef71 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -753,7 +753,7 @@ extern void encode_coding_object (struct coding_system *, | |||
| 753 | } while (0) | 753 | } while (0) |
| 754 | 754 | ||
| 755 | 755 | ||
| 756 | extern Lisp_Object preferred_coding_system (); | 756 | extern Lisp_Object preferred_coding_system (void); |
| 757 | 757 | ||
| 758 | 758 | ||
| 759 | extern Lisp_Object Qutf_8, Qutf_8_emacs; | 759 | extern Lisp_Object Qutf_8, Qutf_8_emacs; |