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

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

[nongnu] elpa/caml 419a950 05/10: Fix the warning “reference to free va


From: ELPA Syncer
Subject: [nongnu] elpa/caml 419a950 05/10: Fix the warning “reference to free variable ‘Info-directory-list’”
Date: Wed, 25 Aug 2021 02:57:18 -0400 (EDT)

branch: elpa/caml
commit 419a950aee069c110bcea750f955f4a7969a0dd2
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Fix the warning “reference to free variable ‘Info-directory-list’”
---
 caml-help.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/caml-help.el b/caml-help.el
index c7aec86..d037b6c 100644
--- a/caml-help.el
+++ b/caml-help.el
@@ -48,6 +48,8 @@
       (require 'caml-xemacs)
     (require 'caml-emacs)))
 
+(require 'info)
+
 ;; Loading or building databases.
 ;;
 



reply via email to

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