Explorar o código

removed use of copy-seq from ob.el

* lisp/ob.el (org-babel-sha1-hash): Removed use of copy-seq.
Eric Schulte %!s(int64=14) %!d(string=hai) anos
pai
achega
dc904a834d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -783,7 +783,7 @@ the current subtree."
 		 lst)
 	     (norm (arg)
 		   (let ((v (if (and (listp (cdr arg)) (null (cddr arg)))
-				(copy-seq (cdr arg))
+				(copy-sequence (cdr arg))
 			      (cdr arg))))
 		     (when (and v (not (and (sequencep v)
 					    (not (consp v))