Explorar o código

org-colview: Silence byte-compiler

Nicolas Goaziou %!s(int64=11) %!d(string=hai) anos
pai
achega
15246d1165
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-colview.el

+ 1 - 1
lisp/org-colview.el

@@ -1131,7 +1131,7 @@ display, or in the #+COLUMNS line of the current buffer."
 	    printf (nth 5 e)
 	    fun (nth 6 e)
 	    calc (nth 7 e))
-      (setq map (copy-list org-columns-compile-map))
+      (setq map (copy-sequence org-columns-compile-map))
       (while (setq ee (pop map))
 	(if (equal fmt (nth 1 ee))
 	    (setq op (car ee) map nil)))