From 15246d116588893efd10fbcc079350f56a4838d7 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 26 Nov 2013 18:23:35 +0100 Subject: [PATCH] org-colview: Silence byte-compiler --- lisp/org-colview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-colview.el b/lisp/org-colview.el index b0bee0966..449f7e65a 100644 --- a/lisp/org-colview.el +++ b/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))) -- 2.11.4.GIT