diff lisp/emacs-lisp/cl.el @ 41776:2682c3f36a6a

(svref): New alias.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 02 Dec 2001 07:33:09 +0000
parents 0bcf2d7f0112
children c311225c0346
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl.el	Sun Dec 02 07:20:13 2001 +0000
+++ b/lisp/emacs-lisp/cl.el	Sun Dec 02 07:33:09 2001 +0000
@@ -347,6 +347,7 @@
 	  (nreverse cl-res)))
     (mapcar cl-func cl-x)))
 
+(defalias 'svref 'aref)
 
 ;;; List functions.