branch: externals/hotfuzz
commit f02edb699c5b9bb60a1372dde3f187dac7797c48
Author: Axel Forsman <[email protected]>
Commit: Axel Forsman <[email protected]>

    Fix hotfuzz--adjust-metadata messing up metadata
    
    Closes #10
---
 hotfuzz.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hotfuzz.el b/hotfuzz.el
index 385aac615d..900d6b58c2 100644
--- a/hotfuzz.el
+++ b/hotfuzz.el
@@ -207,7 +207,7 @@ list before passing it to `display-sort-function' or
       `(metadata
         (display-sort-function . ,(compose-sort-fn (or existing-dsf 
#'identity)))
         (cycle-sort-function . ,(compose-sort-fn (or existing-csf #'identity)))
-        . ,@(cdr metadata)))))
+        . ,(cdr metadata)))))
 
 ;;;###autoload
 (progn

Reply via email to