diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-05-22 15:30:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-05-22 15:30:45 +0000 |
commit | 3006468ef60de990e4a8b154297420dd51b58b59 (patch) | |
tree | 14abfb2c515bec0ed137878e12a0bebd29d28bbc /app-emacs/thumbs/files | |
parent | Delete older ebuild. (diff) | |
download | historical-3006468ef60de990e4a8b154297420dd51b58b59.tar.gz historical-3006468ef60de990e4a8b154297420dd51b58b59.tar.bz2 historical-3006468ef60de990e4a8b154297420dd51b58b59.zip |
Fix HOMEPAGE. Remove stale site-init file.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-emacs/thumbs/files')
-rw-r--r-- | app-emacs/thumbs/files/50thumbs-gentoo.el | 15 | ||||
-rw-r--r-- | app-emacs/thumbs/files/51thumbs-gentoo.el | 14 |
2 files changed, 10 insertions, 19 deletions
diff --git a/app-emacs/thumbs/files/50thumbs-gentoo.el b/app-emacs/thumbs/files/50thumbs-gentoo.el index 2c9b47499da8..12627d30c75e 100644 --- a/app-emacs/thumbs/files/50thumbs-gentoo.el +++ b/app-emacs/thumbs/files/50thumbs-gentoo.el @@ -1,6 +1,11 @@ - -;;; thumbs site-lisp configuration - (add-to-list 'load-path "@SITELISP@") -(require 'image) -(require 'thumbs) +(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) diff --git a/app-emacs/thumbs/files/51thumbs-gentoo.el b/app-emacs/thumbs/files/51thumbs-gentoo.el deleted file mode 100644 index a07a89b93c21..000000000000 --- a/app-emacs/thumbs/files/51thumbs-gentoo.el +++ /dev/null @@ -1,14 +0,0 @@ - -;;; thumbs site-lisp configuration - -(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) |