From 58d9bbd361034c05c89eb17f9f9a9d7f96357e0b Mon Sep 17 00:00:00 2001 From: Nikolaj Schumacher Date: Mon, 6 Apr 2009 09:37:14 +0200 Subject: [PATCH] Added missing autoload instructions. --- full-ack.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/full-ack.el b/full-ack.el index b0647b0..0ef732b 100644 --- a/full-ack.el +++ b/full-ack.el @@ -30,6 +30,8 @@ ;; (add-to-list 'load-path "/path/to/full-ack") ;; (autoload 'ack-same "full-ack" nil t) ;; (autoload 'ack "full-ack" nil t) +;; (autoload 'ack-find-same-file "full-ack" nil t) +;; (autoload 'ack-find-file "full-ack" nil t) ;; ;; Run `ack' to search for all files and `ack-same' to search for files of the ;; same type as the current buffer.