Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
editors
gnuserv
bugzilla-1175274-emacs-27.1.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bugzilla-1175274-emacs-27.1.patch of Package gnuserv
There is no (process-kill-without-query) anymore, use (set-process-query-on-exit-flag) instead. --- gnuserv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/gnuserv.el +++ b/gnuserv.el 2020-08-18 11:23:18.532335743 +0000 @@ -731,7 +731,7 @@ All the clients will be disposed of via (start-process "gnuserv" nil gnuserv-program))) (set-process-sentinel gnuserv-process 'gnuserv-sentinel) (set-process-filter gnuserv-process 'gnuserv-process-filter) - (process-kill-without-query gnuserv-process) + (set-process-query-on-exit-flag gnuserv-process nil) (setq allow-deletion-of-last-visible-frame t) (run-hooks 'gnuserv-init-hook)))
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor