1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(last): Function renmed to last*.

This commit is contained in:
Richard M. Stallman 1997-08-24 20:47:54 +00:00
parent 573d18cb3d
commit 329945b8d0

View 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