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

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

[elpa] externals/lentic 28a1951c14 216/333: Use default-browser for exte


From: ELPA Syncer
Subject: [elpa] externals/lentic 28a1951c14 216/333: Use default-browser for external view.
Date: Tue, 27 Feb 2024 13:00:36 -0500 (EST)

branch: externals/lentic
commit 28a1951c14e575289758dfec53cf42be1e27d1c5
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    Use default-browser for external view.
    
    Closes #18
---
 lentic-doc.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lentic-doc.el b/lentic-doc.el
index 58a115b4cd..ad1ce13e7d 100644
--- a/lentic-doc.el
+++ b/lentic-doc.el
@@ -125,7 +125,7 @@ as a prefix. "
 (defun lentic-doc-external-view ()
   (interactive)
   (lentic-doc-ensure-doc)
-  (browse-url-of-file lentic-doc-file))
+  (browse-url-default-browser lentic-doc-file))
 
 
 (provide 'lentic-doc)



reply via email to

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