]> git.eshelyaron.com Git - emacs.git/commit
Make shell command status code checks more robust
authorTassilo Horn <tsdh@gnu.org>
Fri, 28 Jul 2023 10:26:49 +0000 (12:26 +0200)
committerTassilo Horn <tsdh@gnu.org>
Fri, 28 Jul 2023 10:26:49 +0000 (12:26 +0200)
commit53948b6bffb3d8d7170ffad2628c9ae7f9ac2ac1
tree74136b9a8eeb0a9b962237b47c3af198818dd151
parentaa360dfc3ed699f3e06a99a339d6a18080c2e9c5
Make shell command status code checks more robust

* lisp/doc-view.el (doc-view-ghostscript-program)
(doc-view--revert-buffer, doc-view--pdf-outline): Compare
'shell-command' / 'call-process' return values with 'eql' instead of
'=' to cater for the situation where the process received a signal.
lisp/doc-view.el