emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org c0e732266b: org-file-contents: Improve comment


From: ELPA Syncer
Subject: [elpa] externals/org c0e732266b: org-file-contents: Improve comment
Date: Sat, 30 Mar 2024 06:58:43 -0400 (EDT)

branch: externals/org
commit c0e732266b2a6845394a2b757c4be0ddf2cac80f
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-file-contents: Improve comment
    
    * lisp/org.el (org-file-contents): Link to an example when
    `file-remote-p' may throw an error.
---
 lisp/org.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/org.el b/lisp/org.el
index 2e74b30617..f3fae134d9 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]