]> git.eshelyaron.com Git - emacs.git/commitdiff
(ad-compile-function): Fix last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Feb 2010 20:03:22 +0000 (15:03 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Feb 2010 20:03:22 +0000 (15:03 -0500)
lisp/emacs-lisp/advice.el

index c8a7ca6a875b63ede9719c71aa476798ea9fcc5b..17f2ed53ba5465b1bf4f8966bbab90725b7ec09e 100644 (file)
@@ -2687,7 +2687,7 @@ For that it has to be fbound with a non-autoload definition."
        (let ((symbol (make-symbol "advice-compilation"))
             (byte-compile-warnings byte-compile-warnings)
              ;; Don't pop up windows showing byte-compiler warnings.
-             (warning-suppress-types '(bytecomp)))
+             (warning-suppress-types '((bytecomp))))
         (if (featurep 'cl)
             (byte-compile-disable-warning 'cl-functions))
         (fset symbol (symbol-function function))