diff options
| author | Kenichi Handa | 2002-07-31 07:10:36 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2002-07-31 07:10:36 +0000 |
| commit | 40be5efd7f2c00be1a9655e93788f90cd7472ab7 (patch) | |
| tree | 04d43b32dc1e8337bd745e0f627b011c5e827f72 /src | |
| parent | 9d123124fb215da56240e2ec9b51d0645ed613f6 (diff) | |
| download | emacs-40be5efd7f2c00be1a9655e93788f90cd7472ab7.tar.gz emacs-40be5efd7f2c00be1a9655e93788f90cd7472ab7.zip | |
(Fset_buffer_multibyte): Prototype adjusted.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 9bd048a6d57..f297daaa1d9 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2611,7 +2611,7 @@ extern void set_time_zone_rule P_ ((char *)); | |||
| 2611 | extern int mouse_face_overlay_overlaps P_ ((Lisp_Object)); | 2611 | extern int mouse_face_overlay_overlaps P_ ((Lisp_Object)); |
| 2612 | extern void nsberror P_ ((Lisp_Object)); | 2612 | extern void nsberror P_ ((Lisp_Object)); |
| 2613 | extern char *no_switch_window P_ ((Lisp_Object window)); | 2613 | extern char *no_switch_window P_ ((Lisp_Object window)); |
| 2614 | EXFUN (Fset_buffer_multibyte, 1); | 2614 | EXFUN (Fset_buffer_multibyte, 2); |
| 2615 | EXFUN (Foverlay_start, 1); | 2615 | EXFUN (Foverlay_start, 1); |
| 2616 | EXFUN (Foverlay_end, 1); | 2616 | EXFUN (Foverlay_end, 1); |
| 2617 | extern void adjust_overlays_for_insert P_ ((int, int)); | 2617 | extern void adjust_overlays_for_insert P_ ((int, int)); |