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
1 changed files with 1 additions and 1 deletions

View File

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