diff options
| author | Gerd Moellmann | 1999-09-16 12:52:18 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-16 12:52:18 +0000 |
| commit | 88d33e526404071264403f727008c8977ae8025a (patch) | |
| tree | cac18c96ea8309dc9cc52ce14788d5beb1bfc491 /src | |
| parent | 79a65b7fbef75e64c9b0ac911d44d258d6bc0f14 (diff) | |
| download | emacs-88d33e526404071264403f727008c8977ae8025a.tar.gz emacs-88d33e526404071264403f727008c8977ae8025a.zip | |
Add prototype for no_switch_window.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index 2566feeedba..e13a55cddb6 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2199,6 +2199,7 @@ extern void syms_of_editfns P_ ((void)); | |||
| 2199 | 2199 | ||
| 2200 | /* defined in buffer.c */ | 2200 | /* defined in buffer.c */ |
| 2201 | extern void nsberror P_ ((Lisp_Object)); | 2201 | extern void nsberror P_ ((Lisp_Object)); |
| 2202 | extern char *no_switch_window P_ ((Lisp_Object window)); | ||
| 2202 | EXFUN (Fset_buffer_multibyte, 1); | 2203 | EXFUN (Fset_buffer_multibyte, 1); |
| 2203 | EXFUN (Foverlay_start, 1); | 2204 | EXFUN (Foverlay_start, 1); |
| 2204 | EXFUN (Foverlay_end, 1); | 2205 | EXFUN (Foverlay_end, 1); |