Fix calling processes inside ffap
* lisp/ffap.el (ffap--url-file-handler): Handle also `unhandled-file-name-directory'. (Bug#74208)
This commit is contained in:
parent
9a0e26b886
commit
4960af1c96
1 changed files with 1 additions and 0 deletions
|
@ -1512,6 +1512,7 @@ which may actually result in an URL rather than a filename."
|
|||
;; We mainly just want to disable these bits:
|
||||
(substitute-in-file-name (car args))
|
||||
(expand-file-name (car args))
|
||||
(unhandled-file-name-directory temporary-file-directory)
|
||||
(otherwise
|
||||
(apply operation args)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue