From 686d0681369244694c91911a1261a07d530ae9ce Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 2 Dec 2001 07:33:09 +0000 Subject: [PATCH] (svref): New alias. --- lisp/emacs-lisp/cl.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2