bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#49376:


From: dalanicolai
Subject: bug#49376:
Date: Sun, 4 Jul 2021 14:23:35 +0200

I guess it should actually be the following macro, to function as it is supposed to:
```
(defmacro parse-print (data)
  `(if (called-interactively-p)
       (pp ,data)
    ,data))
```

reply via email to

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