Przeglądaj źródła

removed use of copy-seq from ob.el

* lisp/ob.el (org-babel-sha1-hash): Removed use of copy-seq.
Eric Schulte 14 lat temu
rodzic
commit
dc904a834d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

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