From 09bc036fccafa05b9b85b47092e2421c0a0b291b Mon Sep 17 00:00:00 2001 From: Sudish Joseph Date: Sat, 18 Feb 2012 12:23:41 -0500 Subject: [PATCH] Add autoload cookie for ghc-init. This allows use of loaddefs.el in el-get. --- elisp/ghc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/elisp/ghc.el b/elisp/ghc.el index 69cee97..133aaf6 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -61,6 +61,7 @@ (defvar ghc-initialized nil) +;;;###autoload (defun ghc-init () (ghc-abbrev-init) (ghc-type-init)