Closed apc closed 2 years ago
the same issue I am experiencing with Emacs 28.0.91 see #15
add the absent WHEN argument can help.
--- a/benchmark-init-modes.el
+++ b/benchmark-init-modes.el
@@ -209,7 +209,7 @@
;; Obsolete functions
(define-obsolete-function-alias 'benchmark-init/show-durations
- 'benchmark-init/show-durations-tabulated)
+ 'benchmark-init/show-durations-tabulated "28.1")
(provide 'benchmark-init-modes)
;;; benchmark-init-modes.el ends here
diff --git a/benchmark-init.el b/benchmark-init.el
index 90a69df..7e7735d 100644
--- a/benchmark-init.el
+++ b/benchmark-init.el
@@ -189,7 +189,7 @@ Slots:
;; Obsolete functions
(define-obsolete-function-alias 'benchmark-init/install
- 'benchmark-init/activate)
+ 'benchmark-init/activate "28.1")
(provide 'benchmark-init)
;;; benchmark-init.el ends here
@include-yy Could you add a pull request to this package. I have the same issue in emacs 28.1.0
@aladine I am afraid that this package's author doesn't maintain it any more. Since the last commit is 4 years ago. I suggest just fork it, and commit the correction, then use it until another error occurs. You can see that there are 32 forks (include me) of this package, and they just add some small commit on it.
@aladine in fact here is already a pull request 😄 https://github.com/dholm/benchmark-init-el/pull/16
Good news! The pull request is already merged. @apc could you verify the changes and resolve the issue.
Sorry, I missed this notification. Looks good! Thanks a bunch.
Trying to install this package using straight. If I just eval a
use-package
call for it, e.g.I get
(wrong-number-of-arguments (3 . 4) 2)
. Here's the backtrace:I'm on Emacs 28.0.90.