emacs-diffs
[Top][All Lists]
Advanced

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

master b93e14fa0f: ; advice--interactive-form: Fix a typo introduced in


From: Štěpán Němec
Subject: master b93e14fa0f: ; advice--interactive-form: Fix a typo introduced in recent change
Date: Sun, 14 Aug 2022 04:27:57 -0400 (EDT)

branch: master
commit b93e14fa0fd5833adbdd88ec86fccc4b59172302
Author: Štěpán Němec <stepnem@gmail.com>
Commit: Štěpán Němec <stepnem@gmail.com>

    ; advice--interactive-form: Fix a typo introduced in recent change
    
    * lisp/emacs-lisp/nadvice.el (advice--interactive-form): Fix a typo.
---
 lisp/emacs-lisp/nadvice.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/nadvice.el b/lisp/emacs-lisp/nadvice.el
index 86f26fc0d8..a9a20ab5ab 100644
--- a/lisp/emacs-lisp/nadvice.el
+++ b/lisp/emacs-lisp/nadvice.el
@@ -170,7 +170,7 @@ DOC is a string where \"FUNCTION\" and \"OLDFUN\" are 
expected.")
   (if (not (and (symbolp function) (autoloadp (indirect-function function))))
       (interactive-form function)
     (when (commandp function)
-      `(interactive (advice--eval-interactive-spec
+      `(interactive (advice-eval-interactive-spec
                      (cadr (interactive-form ',function)))))))
 
 (defun advice--make-interactive-form (iff ifm)



reply via email to

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