Add prototype for no_switch_window.
authorGerd Moellmann <gerd@gnu.org>
Thu, 16 Sep 1999 12:52:18 +0000 (12:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 16 Sep 1999 12:52:18 +0000 (12:52 +0000)
src/lisp.h

index 2566fee..e13a55c 100644 (file)
@@ -2199,6 +2199,7 @@ extern void syms_of_editfns P_ ((void));
 
 /* 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);