emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/frame.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Mon, 10 Oct 2005 10:52:50 -0400

Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.321 emacs/src/frame.c:1.322
*** emacs/src/frame.c:1.321     Sun Aug  7 12:33:17 2005
--- emacs/src/frame.c   Mon Oct 10 14:52:50 2005
***************
*** 901,907 ****
     If MINIBUF is 0, include all visible and iconified frames.
     Otherwise, include all frames.  */
  
! Lisp_Object
  next_frame (frame, minibuf)
       Lisp_Object frame;
       Lisp_Object minibuf;
--- 901,907 ----
     If MINIBUF is 0, include all visible and iconified frames.
     Otherwise, include all frames.  */
  
! static Lisp_Object
  next_frame (frame, minibuf)
       Lisp_Object frame;
       Lisp_Object minibuf;
***************
*** 978,984 ****
     If MINIBUF is 0, include all visible and iconified frames.
     Otherwise, include all frames.  */
  
! Lisp_Object
  prev_frame (frame, minibuf)
       Lisp_Object frame;
       Lisp_Object minibuf;
--- 978,984 ----
     If MINIBUF is 0, include all visible and iconified frames.
     Otherwise, include all frames.  */
  
! static Lisp_Object
  prev_frame (frame, minibuf)
       Lisp_Object frame;
       Lisp_Object minibuf;
***************
*** 1813,1819 ****
  a surrogate minibuffer frame when a frame doesn't have its own
  minibuffer window.
  
! A frame's focus redirection can be changed by select-frame.  If frame
  FOO is selected, and then a different frame BAR is selected, any
  frames redirecting their focus to FOO are shifted to redirect their
  focus to BAR.  This allows focus redirection to work properly when the
--- 1813,1819 ----
  a surrogate minibuffer frame when a frame doesn't have its own
  minibuffer window.
  
! A frame's focus redirection can be changed by `select-frame'.  If frame
  FOO is selected, and then a different frame BAR is selected, any
  frames redirecting their focus to FOO are shifted to redirect their
  focus to BAR.  This allows focus redirection to work properly when the
***************
*** 1821,1827 ****
  
  This means that a frame whose focus is redirected to itself is treated
  differently from a frame whose focus is redirected to nil; the former
! is affected by select-frame, while the latter is not.
  
  The redirection lasts until `redirect-frame-focus' is called to change it.  
*/)
       (frame, focus_frame)
--- 1821,1827 ----
  
  This means that a frame whose focus is redirected to itself is treated
  differently from a frame whose focus is redirected to nil; the former
! is affected by `select-frame', while the latter is not.
  
  The redirection lasts until `redirect-frame-focus' is called to change it.  
*/)
       (frame, focus_frame)
***************
*** 1952,1958 ****
  /* Set the name of the terminal frame.  Also used by MSDOS frames.
     Modeled after x_set_name which is used for WINDOW frames.  */
  
! void
  set_term_frame_name (f, name)
       struct frame *f;
       Lisp_Object name;
--- 1952,1958 ----
  /* Set the name of the terminal frame.  Also used by MSDOS frames.
     Modeled after x_set_name which is used for WINDOW frames.  */
  
! static void
  set_term_frame_name (f, name)
       struct frame *f;
       Lisp_Object name;




reply via email to

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