emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl.el
Date: Fri, 04 Apr 2003 01:21:58 -0500

Index: emacs/lisp/emacs-lisp/cl.el
diff -c emacs/lisp/emacs-lisp/cl.el:1.34 emacs/lisp/emacs-lisp/cl.el:1.35
*** emacs/lisp/emacs-lisp/cl.el:1.34    Sat Jul 13 19:08:01 2002
--- emacs/lisp/emacs-lisp/cl.el Tue Nov 19 10:56:28 2002
***************
*** 229,235 ****
  one value."
    (apply function expression))
  
! (defalias 'multiple-value-call 'apply)  ; only works for one arg
  
  (defsubst nth-value (n expression)
    "Evaluate EXPRESSION to get multiple values and return the Nth one.
--- 229,237 ----
  one value."
    (apply function expression))
  
! (defalias 'multiple-value-call 'apply
!   "Apply FUNCTION to ARGUMENTS, taking multiple values into account.
! This implementation only handles the case where there is only one argument.")
  
  (defsubst nth-value (n expression)
    "Evaluate EXPRESSION to get multiple values and return the Nth one.




reply via email to

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