Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning on Emacs 30 related to deprecated (defadvice) macro #677

Open
Dima-369 opened this issue Jan 24, 2024 · 0 comments
Open

Fix warning on Emacs 30 related to deprecated (defadvice) macro #677

Dima-369 opened this issue Jan 24, 2024 · 0 comments

Comments

@Dima-369
Copy link

../lispy-20230314.1738/lispy.el: Warning: ‘defadvice’ is an obsolete macro (as of 30.1); use ‘advice-add’ or ‘define-advice’

From this code:

(defadvice ac-handle-post-command (around ac-post-command-advice activate)
  "Don't `auto-complete' when region is active."
  (unless (region-active-p)
    ad-do-it))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant