emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/eval.c [lexbind]
Date: Thu, 20 Nov 2003 19:36:58 -0500

Index: emacs/src/eval.c
diff -c emacs/src/eval.c:1.189.2.3 emacs/src/eval.c:1.189.2.4
*** emacs/src/eval.c:1.189.2.3  Tue Oct 14 19:16:43 2003
--- emacs/src/eval.c    Thu Nov 20 19:36:18 2003
***************
*** 736,743 ****
         doc: /* Make SYMBOL a variable alias for symbol ALIASED.
  Setting the value of SYMBOL will subsequently set the value of ALIASED,
  and getting the value of SYMBOL will return the value ALIASED has.
! ALIASED nil means remove the alias; SYMBOL is unbound after that.
! Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.  */)
       (symbol, aliased, docstring)
       Lisp_Object symbol, aliased, docstring;
  {
--- 736,743 ----
         doc: /* Make SYMBOL a variable alias for symbol ALIASED.
  Setting the value of SYMBOL will subsequently set the value of ALIASED,
  and getting the value of SYMBOL will return the value ALIASED has.
! Third arg DOCSTRING, if non-nil, is documentation for SYMBOL.
! The return value is ALIASED.  */)
       (symbol, aliased, docstring)
       Lisp_Object symbol, aliased, docstring;
  {




reply via email to

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