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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl.el
Date: Fri, 12 Jul 2002 13:41:00 -0400

Index: emacs/lisp/emacs-lisp/cl.el
diff -c emacs/lisp/emacs-lisp/cl.el:1.32 emacs/lisp/emacs-lisp/cl.el:1.33
*** emacs/lisp/emacs-lisp/cl.el:1.32    Wed Jun 26 05:03:37 2002
--- emacs/lisp/emacs-lisp/cl.el Fri Jul 12 13:41:00 2002
***************
*** 229,234 ****
--- 229,236 ----
  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.
  This handles multiple values in Common Lisp style, but it does not work



reply via email to

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