all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [emacs-diffs] /srv/bzr/emacs/emacs-23 r100392: Rework 2011-01-15 changes to window.c.
       [not found] <E1PgU05-0004U9-Qw@internal.in.savannah.gnu.org>
@ 2011-01-22  8:54 ` Sven Joachim
  2011-01-22 15:58   ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Joachim @ 2011-01-22  8:54 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Martin Rudalics, emacs-devel

On 2011-01-22 03:44 +0100, Chong Yidong wrote:

> ------------------------------------------------------------
> revno: 100392
> author: Martin Rudalics <rudalics@gmx.at>
> committer: Chong Yidong <cyd@stupidchicken.com>
> branch nick: emacs-23
> timestamp: Fri 2011-01-21 21:44:53 -0500
> message:
>   Rework 2011-01-15 changes to window.c.
>   
>   * src/window.c (select_window): New function.
>   (Fselect_window): Call it.
>   (inhibit_point_swap): Variable deleted.
>   (Fset_window_configuration): Call select_window directly.
> modified:
>   src/ChangeLog
>   src/window.c
> === modified file 'src/ChangeLog'
> --- a/src/ChangeLog	2011-01-16 15:40:47 +0000
> +++ b/src/ChangeLog	2011-01-22 02:44:53 +0000
> @@ -1,3 +1,10 @@
> +2011-01-22  Martin Rudalics  <rudalics@gmx.at>
> +
> +	* window.c (select_window): New function.
> +	(Fselect_window): Call it.
> +	(inhibit_point_swap): Variable deleted.
> +	(Fset_window_configuration): Call select_window directly.
> +
>  2011-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
>  
>  	* image.c (syms_of_image): Don't access XSYMBOL's internals directly.
>
> === modified file 'src/window.c'
> --- a/src/window.c	2011-01-15 02:55:58 +0000
> +++ b/src/window.c	2011-01-22 02:44:53 +0000
> @@ -85,6 +85,7 @@
>  				 int (* fn) (struct window *, void *),
>  				 void *));
>  static Lisp_Object window_list_1 P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
> +static Lisp_Object select_window _P ((Lisp_Object, Lisp_Object, int));

This does not compile, certainly you meant P_ and not _P ?

Sven



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [emacs-diffs] /srv/bzr/emacs/emacs-23 r100392: Rework 2011-01-15 changes to window.c.
  2011-01-22  8:54 ` [emacs-diffs] /srv/bzr/emacs/emacs-23 r100392: Rework 2011-01-15 changes to window.c Sven Joachim
@ 2011-01-22 15:58   ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2011-01-22 15:58 UTC (permalink / raw)
  To: Sven Joachim; +Cc: Martin Rudalics, emacs-devel

Sven Joachim <svenjoac@gmx.de> writes:

> This does not compile, certainly you meant P_ and not _P ?

Sorry, dunno how that typo happened.  Should be fixed now, thanks.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-01-22 15:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1PgU05-0004U9-Qw@internal.in.savannah.gnu.org>
2011-01-22  8:54 ` [emacs-diffs] /srv/bzr/emacs/emacs-23 r100392: Rework 2011-01-15 changes to window.c Sven Joachim
2011-01-22 15:58   ` Chong Yidong

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.