Remove prototype for no_switch_window.

This commit is contained in:
Martin Rudalics 2008-10-21 14:07:04 +00:00
parent c8804c4f9f
commit f46684418b
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,15 @@
2008-10-21 Martin Rudalics <rudalics@gmx.at>
* buffer.c (Fget_buffer, Fbury_buffer, switch_to_buffer_1):
Rename arg "buffer" to "buffer_or_name".
(Fkill_buffer): Rename arg "buffer" to "buffer_or_name" and make
it optional.
(no_switch_window): Remove since the return value is not used.
(Fswitch_to_buffer): Rename arg "buffer" to "buffer_or_name".
Consider window as dedicated when Fwindow_dedicated_p returns a
non-nil value.
* lisp.h: Remove prototype for no_switch_window.
2008-10-21 Jan Djärv <jan.h.d@swipnet.se>
* emacs.c (main): Unconditionally set PER_LINUX32 and exec

View file

@ -2841,7 +2841,6 @@ extern void set_time_zone_rule P_ ((char *));
/* defined in buffer.c */
extern int mouse_face_overlay_overlaps P_ ((Lisp_Object));
extern void nsberror P_ ((Lisp_Object)) NO_RETURN;
extern char *no_switch_window P_ ((Lisp_Object window));
EXFUN (Fset_buffer_multibyte, 1);
EXFUN (Foverlay_start, 1);
EXFUN (Foverlay_end, 1);