[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99500: (ad-compile-function): Fix la
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99500: (ad-compile-function): Fix last change. |
Date: |
Mon, 15 Feb 2010 15:03:22 -0500 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99500
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2010-02-15 15:03:22 -0500
message:
(ad-compile-function): Fix last change.
modified:
lisp/emacs-lisp/advice.el
=== modified file 'lisp/emacs-lisp/advice.el'
--- a/lisp/emacs-lisp/advice.el 2010-02-15 19:55:51 +0000
+++ b/lisp/emacs-lisp/advice.el 2010-02-15 20:03:22 +0000
@@ -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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99500: (ad-compile-function): Fix last change.,
Stefan Monnier <=