From: Gerd Moellmann Date: Thu, 16 Sep 1999 12:52:18 +0000 (+0000) Subject: Add prototype for no_switch_window. X-Git-Tag: emacs-pretest-21.0.90~6705 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88d33e526404071264403f727008c8977ae8025a;p=emacs.git Add prototype for no_switch_window. --- 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)); /* 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);