فهرست منبع

org-colview: Silence byte-compiler

Nicolas Goaziou 11 سال پیش
والد
کامیت
15246d1165
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)))