]> git.eshelyaron.com Git - emacs.git/commitdiff
(svref): New alias.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:33:09 +0000 (07:33 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 2 Dec 2001 07:33:09 +0000 (07:33 +0000)
lisp/emacs-lisp/cl.el

index 970d918027380514577bbb5d02c3a335ea6368b1..c5d3ef0832ea9f523de9ec420559709dd4dbed19 100644 (file)
@@ -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.