From: Richard M. Stallman Date: Sun, 24 Aug 1997 20:47:54 +0000 (+0000) Subject: (last): Function renmed to last*. X-Git-Tag: emacs-20.1~436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=329945b8d0c81fdf4b2e68346f970e7ff7207095;p=emacs.git (last): Function renmed to last*. --- diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 72320d57e30..80db4d9555d 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -499,7 +499,7 @@ SEQ, this is like `mapcar'. With several, it is like the Common Lisp "Return the `cdr' of the `cdr' of the `cdr' of the `cdr' of X." (cdr (cdr (cdr (cdr x))))) -(defun last (x &optional n) +(defun last* (x &optional n) "Returns the last link in the list LIST. With optional argument N, returns Nth-to-last link (default 1)." (if n