]> git.eshelyaron.com Git - emacs.git/commit
Add new user option Man-prefer-synchronous-call
authorSebastian Tennant <sdt@sebyte.me>
Thu, 10 Mar 2022 08:36:04 +0000 (08:36 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 Mar 2023 11:23:18 +0000 (13:23 +0200)
commitcf3c89423fabc2c5a7891a5b5465fa995e461218
tree6e93f06428fa65d1bc519cc65ac80904f9c27bc3
parent68f49083af7ac5ffd9cde4bc7167d4e2ccbba4b6
Add new user option Man-prefer-synchronous-call

* lisp/man.el (Man-getpage-in-background): Add new defcustom
Man-prefer-synchronous-call and modify #'Man-getpage-in-background.
Only call #'start-process when 'make-process satisfies #'fboundp AND
Man-prefer-synchronous-call is bound to nil.  (Bug#61552)

Copyright-paperwork-exempt: yes
doc/emacs/programs.texi
etc/NEWS
lisp/man.el