summaryrefslogtreecommitdiff
path: root/app-emacs/thumbs/files/50thumbs-gentoo.el
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-25 19:33:39 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-28 08:31:11 +0100
commitad6182343997a405079870a2fe91c4e0c6b94595 (patch)
tree4aa7483cd0ad7de54338afc8e7971417abe1dd81 /app-emacs/thumbs/files/50thumbs-gentoo.el
parente8f81810baa21f490d6910e8e2d424546b72a333 (diff)
gentoo resync : 25.09.2019
Diffstat (limited to 'app-emacs/thumbs/files/50thumbs-gentoo.el')
-rw-r--r--app-emacs/thumbs/files/50thumbs-gentoo.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-emacs/thumbs/files/50thumbs-gentoo.el b/app-emacs/thumbs/files/50thumbs-gentoo.el
deleted file mode 100644
index 12627d30c75e..000000000000
--- a/app-emacs/thumbs/files/50thumbs-gentoo.el
+++ /dev/null
@@ -1,11 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'thumbs-find-thumb "thumbs" "Display the thumbnail for IMG." t)
-(autoload 'thumbs-show-all-from-dir "thumbs"
- "Make a preview buffer for all images in DIR." t)
-(autoload 'thumbs-dired-show-marked "thumbs"
- "In Dired, make a thumbs buffer with all marked files." t)
-(autoload 'thumbs-dired-show-all "thumbs"
- "In dired, make a thumbs buffer with all files in current directory." t)
-(defalias 'thumbs 'thumbs-show-all-from-dir)
-(autoload 'thumbs-dired-setroot "thumbs"
- "In dired, Call the setroot program on the image at point." t)