emacs-devel
[Top][All Lists]
Advanced

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

Re: Extend gdb to filter registers


From: martin rudalics
Subject: Re: Extend gdb to filter registers
Date: Sun, 27 Oct 2019 08:47:03 +0100

+(defmacro with-selected-window-undedicated (&rest body)
+  "Run BODY in the selected window with window-dedicated temporarily disabled."

Since I see no clear evidence for such behavior I would write

(defmacro with-selected-window-undedicated (&rest body)
  "Run BODY with the selected window temporarily undedicated."

instead.

martin



reply via email to

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