[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/data.c [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/src/data.c [emacs-unicode-2] |
Date: |
Fri, 22 Oct 2004 06:23:11 -0400 |
Index: emacs/src/data.c
diff -c emacs/src/data.c:1.224.4.6 emacs/src/data.c:1.224.4.7
*** emacs/src/data.c:1.224.4.6 Tue Aug 3 00:03:00 2004
--- emacs/src/data.c Fri Oct 22 10:13:36 2004
***************
*** 1794,1800 ****
DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p,
Slocal_variable_if_set_p,
1, 2, 0,
! doc: /* Non-nil if VARIABLE will be local in buffer BUFFER if it is
set there.
BUFFER defaults to the current buffer. */)
(variable, buffer)
register Lisp_Object variable, buffer;
--- 1794,1804 ----
DEFUN ("local-variable-if-set-p", Flocal_variable_if_set_p,
Slocal_variable_if_set_p,
1, 2, 0,
! doc: /* Non-nil if VARIABLE will be local in buffer BUFFER when set
there.
! More precisely, this means that setting the variable \(with `set' or`setq'),
! while it does not have a `let'-style binding that was made in BUFFER,
! will produce a buffer local binding. See Info node
! `(elisp)Creating Buffer-Local'.
BUFFER defaults to the current buffer. */)
(variable, buffer)
register Lisp_Object variable, buffer;
- [Emacs-diffs] Changes to emacs/src/data.c [emacs-unicode-2],
Miles Bader <=