# HG changeset patch # User Richard M. Stallman # Date 872455674 0 # Node ID b5164f0f2d6fb1de116b223ec6c104b81fa32467 # Parent 8430323b838ed8ab7798f997ed1829668bf485e5 (last): Function renmed to last*. diff -r 8430323b838e -r b5164f0f2d6f lisp/emacs-lisp/cl.el --- a/lisp/emacs-lisp/cl.el Sun Aug 24 20:40:48 1997 +0000 +++ b/lisp/emacs-lisp/cl.el Sun Aug 24 20:47:54 1997 +0000 @@ -499,7 +499,7 @@ "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