dgnushack.el (byte-optimize-apply): Fix last commit
[gnus] / lisp / dgnushack.el
index b2c73e0..9f9ee55 100644 (file)
@@ -272,7 +272,7 @@ in `defcustom' forms."
       (when (and (eq last (third form))
                 (consp last)
                 (eq 'mapcar (car last))
-                (member (nth 1 form) '(''nconc #'nconc)))
+                (member (nth 1 form) '('nconc #'nconc)))
        (setq form (cons 'mapcan (cdr last)))))))
 
 (if (featurep 'emacs)