emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-suppressed-warnings 589ae02: Add comment abou


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-suppressed-warnings 589ae02: Add comment about internal mapping symbol
Date: Mon, 10 Jun 2019 07:30:54 -0400 (EDT)

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

    Add comment about internal mapping symbol
---
 lisp/emacs-lisp/bytecomp.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 9697d0d..993300c 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -514,6 +514,9 @@ Return the compile-time value of FORM."
                                 expanded)))))
     (with-suppressed-warnings
         . ,(lambda (warnings &rest body)
+             ;; This function doesn't exist, but is just a placeholder
+             ;; symbol to hook up with the
+             ;; `byte-hunk-handler'/`byte-defop-compiler-1' machinery.
              `(internal--with-suppressed-warnings
                ',warnings
                ,(macroexpand-all `(progn ,@body)



reply via email to

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