org-file-contents: Improve comment
* lisp/org.el (org-file-contents): Link to an example when `file-remote-p' may throw an error.
This commit is contained in:
parent
e9c288dfac
commit
c0e732266b
|
@ -4653,6 +4653,7 @@ is available. This option applies only if FILE is a URL."
|
|||
(is-remote (condition-case nil
|
||||
(file-remote-p file)
|
||||
;; In case of error, be safe.
|
||||
;; See bug#68976.
|
||||
(t t)))
|
||||
(cache (and is-url
|
||||
(not nocache)
|
||||
|
|
Loading…
Reference in New Issue