From c151212966039601193f99698536e9284c98073c Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Mon, 2 Mar 2015 21:31:09 -0300 Subject: Set json-array-type to 'list and perform many simplifications due to usage of lists instead of vectors --- sx-question-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sx-question-print.el') diff --git a/sx-question-print.el b/sx-question-print.el index d50eb94..3e9db59 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -341,7 +341,7 @@ DATA can represent a question or an answer." 'face 'sx-question-mode-header))) ;; Clean up commments manually deleted. The `append' call is ;; to ensure `comments' is a list and not a vector. - (let ((comments (cl-remove-if #'sx--deleted-p (append .comments nil)))) + (let ((comments (cl-remove-if #'sx--deleted-p .comments))) (when comments (insert "\n") (insert-text-button -- cgit v1.2.3