Mercurial > emacs
changeset 19512:b5164f0f2d6f
(last): Function renmed to last*.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Aug 1997 20:47:54 +0000 |
parents | 8430323b838e |
children | f29538ec7ca1 |
files | lisp/emacs-lisp/cl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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