branch: externals/gcmh
commit 75de01e49bac78d9feceaacf0543ff8471acb96c
Author: Andrea Corallo <andrea_cora...@yahoo.it>
Commit: Andrea Corallo <andrea_cora...@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