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: Wed, 26 Jun 2002 05:03:37 -0400

Index: emacs/lisp/emacs-lisp/cl.el
diff -c emacs/lisp/emacs-lisp/cl.el:1.31 emacs/lisp/emacs-lisp/cl.el:1.32
*** emacs/lisp/emacs-lisp/cl.el:1.31    Mon Jun 10 05:00:52 2002
--- emacs/lisp/emacs-lisp/cl.el Wed Jun 26 05:03:37 2002
***************
*** 207,213 ****
    "Return multiple values, Common Lisp style.
  The arguments of `values' are the values
  that the containing function should return."
!   (apply 'list values))
  
  (defsubst values-list (list)
    "Return multiple values, Common Lisp style, taken from a list.
--- 207,213 ----
    "Return multiple values, Common Lisp style.
  The arguments of `values' are the values
  that the containing function should return."
!   values)
  
  (defsubst values-list (list)
    "Return multiple values, Common Lisp style, taken from a list.



reply via email to

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