diff options
author | 2009-09-27 19:47:32 +0000 | |
---|---|---|
committer | 2009-09-27 19:47:32 +0000 | |
commit | 811a1d014ae7a57a90ee55c3d31b2f2e0542fb68 (patch) | |
tree | 2d8b6fd9a236f214c6e81dfbe3178aeb8f7d1645 /app-emacs/vm/files | |
parent | ppc stable #286137 (diff) | |
download | historical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.tar.gz historical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.tar.bz2 historical-811a1d014ae7a57a90ee55c3d31b2f2e0542fb68.zip |
Remove old.
Package-Manager: portage-2.2_rc40/cvs/Linux i686
Diffstat (limited to 'app-emacs/vm/files')
-rw-r--r-- | app-emacs/vm/files/51vm-gentoo.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emacs/vm/files/51vm-gentoo.el b/app-emacs/vm/files/51vm-gentoo.el deleted file mode 100644 index 754b946836cd..000000000000 --- a/app-emacs/vm/files/51vm-gentoo.el +++ /dev/null @@ -1,13 +0,0 @@ - -;;; VM site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(setq vm-toolbar-pixmap-directory "/usr/share/pixmaps/vm") -(setq vm-image-directory "/usr/share/pixmaps/vm") -(autoload 'vm "vm" "Start VM on your primary inbox." t) -(autoload 'vm-other-frame "vm" "Like `vm' but starts in another frame." t) -(autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t) -(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t) -(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t) -(autoload 'vm-mail "vm" "Send a mail message using VM." t) -(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t) |