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:
parent
573d18cb3d
commit
329945b8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue