emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100394: Fix last change.


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100394: Fix last change.
Date: Sat, 22 Jan 2011 10:55:08 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100394
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sat 2011-01-22 10:55:08 -0500
message:
  Fix last change.
modified:
  src/window.c
=== modified file 'src/window.c'
--- a/src/window.c      2011-01-22 02:44:53 +0000
+++ b/src/window.c      2011-01-22 15:55:08 +0000
@@ -85,7 +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));
+static Lisp_Object select_window P_ ((Lisp_Object, Lisp_Object, int));
 
 /* This is the window in which the terminal's cursor should
    be left when nothing is being done with it.  This must


reply via email to

[Prev in Thread] Current Thread [Next in Thread]