dgnushack.el (byte-optimize-apply): Fix last commit
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 16 Dec 2015 09:57:45 +0000 (09:57 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 16 Dec 2015 09:57:45 +0000 (09:57 +0000)
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)