]> code.delx.au - gnu-emacs/commitdiff
(last): Function renmed to last*.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 20:47:54 +0000 (20:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Aug 1997 20:47:54 +0000 (20:47 +0000)
lisp/emacs-lisp/cl.el

index 72320d57e30ef61eddf718e6c3d9561c0988361a..80db4d9555df11fbed1b6d26aaca531cab2f0d7c 100644 (file)
@@ -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