mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
Delete eval-command-interactive-spec
* etc/NEWS: Delete announcement of eval-command-interactive-spec. * lisp/emacs-lisp/subr-x.el (eval-command-interactive-spec): Delete.
This commit is contained in:
parent
50549cefcd
commit
f16064f6bc
5
etc/NEWS
5
etc/NEWS
@ -672,11 +672,6 @@ Since circular alias chains now cannot occur, 'function-alias-p',
|
||||
'indirect-function' and 'indirect-variable' will never signal an error.
|
||||
Their 'noerror' arguments have no effect and are therefore obsolete.
|
||||
|
||||
---
|
||||
** New function 'eval-command-interactive-spec' in the subr-x library.
|
||||
This function evaluates a command's interactive form and returns the
|
||||
resultant list.
|
||||
|
||||
|
||||
* Changes in Emacs 30.1 on Non-Free Operating Systems
|
||||
|
||||
|
@ -504,11 +504,6 @@ Used by `emacs-authors-mode' and `emacs-news-mode'."
|
||||
(progn (forward-line -1) (point))
|
||||
(point-max)))))
|
||||
|
||||
(defun eval-command-interactive-spec (command)
|
||||
"Evaluate COMMAND's interactive form and return resultant list.
|
||||
If COMMAND has no interactive form, return nil."
|
||||
(advice-eval-interactive-spec (cadr (interactive-form command))))
|
||||
|
||||
(provide 'subr-x)
|
||||
|
||||
;;; subr-x.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user