]> git.eshelyaron.com Git - emacs.git/commitdiff
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 2566feeedbaa48e95dfaad6b55a7fe79a9a957b2..e13a55cddb6888273f30aed5da04bec8481bcaca 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);