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

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

bug#65064: Macro definition using C-h f


From: Heime
Subject: bug#65064: Macro definition using C-h f
Date: Sat, 05 Aug 2023 06:42:57 +0000

Have done the following macro, but calling `C-h f tak` shows the definition
as 

(tak &rest ARGS)

rather than

(tak &rest _ARGS)

(defmacro tak (&rest _args)
  "Performs no action, no matter how many arguments are passed."

  nil)





reply via email to

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