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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/data.c
Date: Sat, 29 Oct 2005 23:02:43 -0400

Index: emacs/src/data.c
diff -c emacs/src/data.c:1.255 emacs/src/data.c:1.256
*** emacs/src/data.c:1.255      Fri Oct 28 01:25:18 2005
--- emacs/src/data.c    Sun Oct 30 03:02:43 2005
***************
*** 1709,1722 ****
  DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, 
Smake_variable_frame_local,
         1, 1, "vMake Variable Frame Local: ",
         doc: /* Enable VARIABLE to have frame-local bindings.
! When a frame-local binding exists in the current frame,
! it is in effect whenever the current buffer has no buffer-local binding.
! 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;
  {
--- 1709,1728 ----
  DEFUN ("make-variable-frame-local", Fmake_variable_frame_local, 
Smake_variable_frame_local,
         1, 1, "vMake Variable Frame Local: ",
         doc: /* Enable VARIABLE to have frame-local bindings.
! This does not create any frame-local bindings for VARIABLE,
! it just makes them possible.
  
! A frame-local binding is actually a frame parameter value.
! If a frame F has a value for the frame parameter named VARIABLE,
! that also acts as a frame-local binding for VARIABLE in F--
! provided this function has been called to enable VARIABLE
! to have frame-local bindings at all.
! 
! The only way to create a frame-local binding for VARIABLE in a frame
! is to set the VARIABLE frame parameter of that frame.  See
! `modify-frame-parameters' for how to set frame parameters.
! 
! Buffer-local bindings take precedence over frame-local bindings.  */)
       (variable)
       register Lisp_Object variable;
  {




reply via email to

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