emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/names 7cad62b 42/44: Silence the byte compiler


From: Stefan Monnier
Subject: [elpa] externals/names 7cad62b 42/44: Silence the byte compiler
Date: Sat, 27 Mar 2021 14:40:15 -0400 (EDT)

branch: externals/names
commit 7cad62b2b18d7e842cf45926d2a742d0001531bc
Author: Alex Branham <branham@utexas.edu>
Commit: Alex Branham <branham@utexas.edu>

    Silence the byte compiler
---
 names.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/names.el b/names.el
index 0801c8c..e0644e3 100644
--- a/names.el
+++ b/names.el
@@ -84,7 +84,7 @@ it will set PROP."
   (if (fboundp 'macrop) #'macrop
     (lambda (object)
       "Non-nil if and only if OBJECT is a macro."
-      (let ((def (or (ignore-errors (indirect-function object t))
+      (let ((def (or (with-no-warnings (ignore-errors (indirect-function 
object t)))
                      (ignore-errors (indirect-function object)))))
         (when (consp def)
           (or (eq 'macro (car def))



reply via email to

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