Mercurial > emacs
changeset 25737:542f95129dd9
Add prototype for no_switch_window.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 16 Sep 1999 12:52:18 +0000 |
parents | 84179b4e7743 |
children | 4b5b9289f6d8 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Sep 16 12:52:16 1999 +0000 +++ b/src/lisp.h Thu Sep 16 12:52:18 1999 +0000 @@ -2199,6 +2199,7 @@ /* defined in buffer.c */ extern void nsberror P_ ((Lisp_Object)); +extern char *no_switch_window P_ ((Lisp_Object window)); EXFUN (Fset_buffer_multibyte, 1); EXFUN (Foverlay_start, 1); EXFUN (Foverlay_end, 1);