From: Stefan Monnier Date: Sun, 2 Dec 2001 07:33:09 +0000 (+0000) Subject: (svref): New alias. X-Git-Tag: ttn-vms-21-2-B4~17940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=686d0681369244694c91911a1261a07d530ae9ce;p=emacs.git (svref): New alias. --- diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 970d9180273..c5d3ef0832e 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -347,6 +347,7 @@ SEQ, this is like `mapcar'. With several, it is like the Common Lisp (nreverse cl-res))) (mapcar cl-func cl-x))) +(defalias 'svref 'aref) ;;; List functions.