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

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

[elpa] externals/gcmh 75de01e 04/32: add missing requires


From: Andrea Corallo
Subject: [elpa] externals/gcmh 75de01e 04/32: add missing requires
Date: Mon, 16 Nov 2020 17:32:03 -0500 (EST)

branch: externals/gcmh
commit 75de01e49bac78d9feceaacf0543ff8471acb96c
Author: Andrea Corallo <andrea_corallo@yahoo.it>
Commit: Andrea Corallo <andrea_corallo@yahoo.it>

    add missing requires
---
 gcmh.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gcmh.el b/gcmh.el
index 041208e..69c20e3 100644
--- a/gcmh.el
+++ b/gcmh.el
@@ -32,6 +32,11 @@
 
 ;;; Code:
 
+(require 'custom)
+(require 'message)
+(require 'timer)
+(require 'easy-mmode)
+
 (defcustom gcmh-low-cons-threshold gc-cons-threshold
   "High cons gc threshold.
 This is the gc threshold used while in idle.  Default value is \



reply via email to

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