diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-12-02 07:33:09 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-12-02 07:33:09 +0000 |
commit | 686d0681369244694c91911a1261a07d530ae9ce (patch) | |
tree | 37442cb641950c22f16ae6b5b9c2fe9c89e7dfe2 /lisp/emacs-lisp/cl.el | |
parent | d47520cdcda9c3a1477ba606dc90097563c62900 (diff) | |
download | emacs-686d0681369244694c91911a1261a07d530ae9ce.tar.gz |
(svref): New alias.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |