From 107bdc083fd58e6fc665a7c6041bbc29029d6503 Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Wed, 2 Dec 2009 15:30:04 +0000 Subject: [PATCH] Ack.el now requires grep. --- ack.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ack.el b/ack.el index 2615f9e..5a32739 100644 --- a/ack.el +++ b/ack.el @@ -35,6 +35,7 @@ ;; your initialisation file. You can then M-x ack and you're off. (require 'compile) +(require 'grep) (defvar ack-guess-type nil "Setting this value to `t' will have `ack' do its best to fill -- 2.11.4.GIT