unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Adding eval-command-interactive-spec
@ 2023-01-03  5:41 Sean Whitton
  2023-01-15 18:00 ` Sean Whitton
  0 siblings, 1 reply; 2+ messages in thread
From: Sean Whitton @ 2023-01-03  5:41 UTC (permalink / raw)
  To: emacs-devel

I think that it would be useful to have this:

    (defun eval-command-interactive-spec (command)
      (advice-eval-interactive-spec
       (cadr (or (and (symbolp command) (get command 'interactive-form))
                 (interactive-form command)))))

but I'm not sure where it should go -- nadvice.el?  subr.el?  subr-x.el?

-- 
Sean Whitton



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-15 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-03  5:41 Adding eval-command-interactive-spec Sean Whitton
2023-01-15 18:00 ` Sean Whitton

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).