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

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

[nongnu] scratch/rfc-mode 02d8dfeb70 16/52: do not fail if helm is not a


From: Stefan Monnier
Subject: [nongnu] scratch/rfc-mode 02d8dfeb70 16/52: do not fail if helm is not available
Date: Wed, 12 Oct 2022 16:29:19 -0400 (EDT)

branch: scratch/rfc-mode
commit 02d8dfeb7070f2bca154a67daafd89cf6deb2397
Author: Nicolas Martyanoff <khaelin@gmail.com>
Commit: Nicolas Martyanoff <khaelin@gmail.com>

    do not fail if helm is not available
    
    Thanks to Stefan Monnier.
    
    close #2
---
 rfc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rfc-mode.el b/rfc-mode.el
index 08f1f26169..e4c051ea95 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -25,7 +25,7 @@
 
 ;;; Code:
 
-(require 'helm)
+(require 'helm nil t)
 (require 'seq)
 
 ;;; Configuration:



reply via email to

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