Mercurial > emacs
changeset 107153:2c62b10c201b
(ad-compile-function): Fix last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 15 Feb 2010 15:03:22 -0500 |
parents | 34e2c3832e08 |
children | 19d6b3997e3f a47ad081a03c |
files | lisp/emacs-lisp/advice.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/advice.el Mon Feb 15 14:55:51 2010 -0500 +++ b/lisp/emacs-lisp/advice.el Mon Feb 15 15:03:22 2010 -0500 @@ -2687,7 +2687,7 @@ (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))