summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-24 20:47:54 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-24 20:47:54 +0000
commit3789fff2eca541c7bd5b5f3d1469601cd2a95849 (patch)
treedd9669d531bb80ca1f85bf617516bea0a30aba02 /lisp
parent6ffe1310ed32c5e9541a148c59e0c111d57cbf0b (diff)
downloademacs-3789fff2eca541c7bd5b5f3d1469601cd2a95849.tar.gz
(last): Function renmed to last*.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/cl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el
index 72320d57e30..80db4d9555d 100644
--- a/lisp/emacs-lisp/cl.el
+++ b/lisp/emacs-lisp/cl.el
@@ -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