From 621763839b0561549af819bdfd77799fd23cfdf4 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 24 Mar 2007 08:55:50 +0000 Subject: [PATCH] nconc -> append --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index 9e2a209..356ad57 100644 --- a/epg.el +++ b/epg.el @@ -1677,7 +1677,7 @@ This function is for internal use only." (unless (listp name) (setq name (list name))) (while name - (setq args (nconc args (list list-keys-option (car name))) + (setq args (append args (list list-keys-option (car name))) name (cdr name))) (with-temp-buffer (apply #'call-process -- 1.7.10.4