emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Thu, 27 Oct 2005 21:25:24 -0400

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.254 emacs/src/data.c:1.255
*** emacs/src/data.c:1.254      Sun Sep 18 16:22:07 2005
--- emacs/src/data.c    Fri Oct 28 01:25:18 2005
***************
*** 1714,1720 ****
  A frame-local binding is actually a frame parameter value;
  thus, any given frame has a local binding for VARIABLE if it has
  a value for the frame parameter named VARIABLE.  Return VARIABLE.
! See `modify-frame-parameters' for how to set frame parameters.  */)
       (variable)
       register Lisp_Object variable;
  {
--- 1714,1722 ----
  A frame-local binding is actually a frame parameter value;
  thus, any given frame has a local binding for VARIABLE if it has
  a value for the frame parameter named VARIABLE.  Return VARIABLE.
! 
! This function does not in itself create any frame-local bindings for
! VARIABLE.  See `modify-frame-parameters' for how to set frame parameters.  */)
       (variable)
       register Lisp_Object variable;
  {




reply via email to

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