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

contrib/xpycscope.el is out of date (fix enclosed) #48

Open
jlschenck opened this issue Jan 4, 2022 · 0 comments
Open

contrib/xpycscope.el is out of date (fix enclosed) #48

jlschenck opened this issue Jan 4, 2022 · 0 comments

Comments

@jlschenck
Copy link

After updating emacs, I found that xpycscope.el no longer works because of an elisp function that no longer works. I found a simple fix, replacing two lines (2010, 2142):

(process-kill-without-query xxxx)

is replaced with

(set-process-query-on-exit-flag xxxx nil)

Thanks,
Jeff

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