You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: