emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/with-suppressed-warnings 272a22e 1/2: Doc touch up


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-suppressed-warnings 272a22e 1/2: Doc touch up
Date: Sun, 9 Jun 2019 16:24:14 -0400 (EDT)

branch: scratch/with-suppressed-warnings
commit 272a22eb368f47475ad885b3c046a65f91c7d8a3
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc touch up
---
 lisp/emacs-lisp/byte-run.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el
index 5437ac0..d159c15 100644
--- a/lisp/emacs-lisp/byte-run.el
+++ b/lisp/emacs-lisp/byte-run.el
@@ -506,8 +506,8 @@ wrong number of parameters), say
 
 \(with-suppressed-warnings ((obsolete foo bar)
                             (callargs zot))
-   (foo)
-   (bar))
+  (foo)
+  (bar 1 2))
 
 The warnings that can be suppressed is a subset of the list in
 `byte-compile-warning-types'; see this for a fuller explanation



reply via email to

[Prev in Thread] Current Thread [Next in Thread]