all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: Martin Rudalics <rudalics@gmx.at>, emacs-devel@gnu.org
Subject: [emacs-diffs] /srv/bzr/emacs/emacs-23 r100392: Rework 2011-01-15 changes to window.c.
Date: Sat, 22 Jan 2011 09:54:07 +0100	[thread overview]
Message-ID: <87oc79uxn4.fsf@turtle.gmx.de> (raw)
In-Reply-To: <E1PgU05-0004U9-Qw@internal.in.savannah.gnu.org> (Chong Yidong's message of "Fri, 21 Jan 2011 21:44:53 -0500")

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



       reply	other threads:[~2011-01-22  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1PgU05-0004U9-Qw@internal.in.savannah.gnu.org>
2011-01-22  8:54 ` Sven Joachim [this message]
2011-01-22 15:58   ` [emacs-diffs] /srv/bzr/emacs/emacs-23 r100392: Rework 2011-01-15 changes to window.c Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87oc79uxn4.fsf@turtle.gmx.de \
    --to=svenjoac@gmx.de \
    --cc=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.