emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [lexbind]
Date: Tue, 06 Jul 2004 07:02:02 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.417.2.12 emacs/src/window.c:1.417.2.13
*** emacs/src/window.c:1.417.2.12       Tue Jul  6 10:14:30 2004
--- emacs/src/window.c  Tue Jul  6 10:17:21 2004
***************
*** 6504,6512 ****
  An element of the list can be a list instead of just a string.
  There are two ways to use a list as an element:
    (BUFFER FRAME-PARAMETERS...)   (BUFFER FUNCTION OTHER-ARGS...)
! In the first case, FRAME-PARAMETERS are used to create the frame.
! In the latter case, FUNCTION is called with BUFFER as the first argument,
! followed by OTHER-ARGS--it can display BUFFER in any way it likes.
  All this is done by the function found in `special-display-function'.
  
  If the specified frame parameters include (same-buffer . t), the
--- 6504,6513 ----
  An element of the list can be a list instead of just a string.
  There are two ways to use a list as an element:
    (BUFFER FRAME-PARAMETERS...)   (BUFFER FUNCTION OTHER-ARGS...)
! In the first case, the FRAME-PARAMETERS are pairs of the form
! \(PARAMETER . VALUE); these parameter values are used to create the frame.
! In the second case, FUNCTION is called with BUFFER as the first argument,
! followed by the OTHER-ARGS--it can display BUFFER in any way it likes.
  All this is done by the function found in `special-display-function'.
  
  If the specified frame parameters include (same-buffer . t), the
***************
*** 6529,6537 ****
  An element of the list can be a list instead of just a string.
  There are two ways to use a list as an element:
    (REGEXP FRAME-PARAMETERS...)   (REGEXP FUNCTION OTHER-ARGS...)
! In the first case, FRAME-PARAMETERS are used to create the frame.
! In the latter case, FUNCTION is called with the buffer as first argument,
! followed by OTHER-ARGS--it can display the buffer in any way it likes.
  All this is done by the function found in `special-display-function'.
  
  If the specified frame parameters include (same-buffer . t), the
--- 6530,6539 ----
  An element of the list can be a list instead of just a string.
  There are two ways to use a list as an element:
    (REGEXP FRAME-PARAMETERS...)   (REGEXP FUNCTION OTHER-ARGS...)
! In the first case, the FRAME-PARAMETERS are pairs of the form
! \(PARAMETER . VALUE); these parameter values are used to create the frame.
! In the second case, FUNCTION is called with BUFFER as the first argument,
! followed by the OTHER-ARGS--it can display the buffer in any way it likes.
  All this is done by the function found in `special-display-function'.
  
  If the specified frame parameters include (same-buffer . t), the




reply via email to

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