0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-23 10:49:48 +00:00

removed use of copy-seq from ob.el

* lisp/ob.el (org-babel-sha1-hash): Removed use of copy-seq.
This commit is contained in:
Eric Schulte 2011-08-05 14:31:59 -04:00
parent c0e2351e1a
commit dc904a834d

View file

@ -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))