emacs-devel
[Top][All Lists]
Advanced

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

(declare (debug 0))


From: Stephen Gildea
Subject: (declare (debug 0))
Date: Mon, 18 Oct 2021 18:40:20 -0700

The node Instrumenting Macro Calls in edebug.texi recommends declaring
  (debug 0)
to specify that none of the macro's arguments should be instrumented.
But all examples I could find in Emacs code use (debug nil) for this.

Which is it, 0 or nil?

If 0 is the preferred specification, should the documentation say what
other integers mean?



reply via email to

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