summaryrefslogtreecommitdiff
path: root/app-emacs/igrep/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/igrep/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/igrep/files')
-rw-r--r--app-emacs/igrep/files/50igrep-gentoo.el33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-emacs/igrep/files/50igrep-gentoo.el b/app-emacs/igrep/files/50igrep-gentoo.el
deleted file mode 100644
index 5b44e5f88d5b..000000000000
--- a/app-emacs/igrep/files/50igrep-gentoo.el
+++ /dev/null
@@ -1,33 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'igrep "igrep"
- "*Run `grep` PROGRAM to match EXPRESSION in FILES..." t)
-(autoload 'igrep-find "igrep"
- "*Run `grep` via `find`..." t)
-(autoload 'igrep-visited-files "igrep"
- "*Run `grep` ... on all visited files." t)
-(autoload 'dired-do-igrep "igrep"
- "*Run `grep` on the marked (or next prefix ARG) files." t)
-(autoload 'dired-do-igrep-find "igrep"
- "*Run `grep` via `find` on the marked (or next prefix ARG) directories." t)
-(autoload 'Buffer-menu-igrep "igrep"
- "*Run `grep` on the files visited in buffers marked with '>'." t)
-(autoload 'igrep-insinuate "igrep"
- "Define `grep' aliases for the corresponding `igrep' commands." t)
-(autoload 'grep "igrep"
- "*Run `grep` PROGRAM to match EXPRESSION in FILES..." t)
-(autoload 'egrep "igrep"
- "*Run `egrep`..." t)
-(autoload 'fgrep "igrep"
- "*Run `fgrep`..." t)
-(autoload 'agrep "igrep"
- "*Run `agrep`..." t)
-(autoload 'grep-find "igrep"
- "*Run `grep` via `find`..." t)
-(autoload 'egrep-find "igrep"
- "*Run `egrep` via `find`..." t)
-(autoload 'fgrep-find "igrep"
- "*Run `fgrep` via `find`..." t)
-(autoload 'agrep-find "igrep"
- "*Run `agrep` via `find`..." t)
-