wok diff emacs-pkg-text-translator/stuff/text-translator-load.el @ rev 10895

get-wakoopa: update wakoop to v2.0-2
author Liu Peng <rocky@slitaz.org>
date Thu Jul 07 05:59:46 2011 +0000 (2011-07-07)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/emacs-pkg-text-translator/stuff/text-translator-load.el	Thu Jul 07 05:59:46 2011 +0000
     1.3 @@ -0,0 +1,41 @@
     1.4 +;;; text-translator-load.el --- Text Translator
     1.5 +
     1.6 +;; Copyright (C) 2007-2009  khiker
     1.7 +
     1.8 +;; Author: khiker <khiker.mail+elisp@gmail.com>
     1.9 +;;         plus   <MLB33828@nifty.com>
    1.10 +
    1.11 +;; This file is free software; you can redistribute it and/or modify
    1.12 +;; it under the terms of the GNU General Public License as published by
    1.13 +;; the Free Software Foundation; either version 3, or (at your option)
    1.14 +;; any later version.
    1.15 +
    1.16 +;; This file is distributed in the hope that it will be useful,
    1.17 +;; but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.18 +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.19 +;; GNU General Public License for more details.
    1.20 +
    1.21 +;; You should have received a copy of the GNU General Public License
    1.22 +;; along with GNU Emacs; see the file COPYING.  If not, write to
    1.23 +;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
    1.24 +;; Boston, MA 02110-1301, USA.
    1.25 +
    1.26 +;;; Commentary:
    1.27 +
    1.28 +;; autoload for text-translator
    1.29 +
    1.30 +;;; Code:
    1.31 +
    1.32 +(autoload 'text-translator "text-translator" nil t)
    1.33 +(autoload 'text-translator-translate-last-string "text-translator" nil t)
    1.34 +(autoload 'text-translator-translate-by-auto-selection "text-translator" nil t)
    1.35 +(autoload 'text-translator-toggle-leave-string "text-translator" nil t)
    1.36 +(autoload 'text-translator-translate-recent-type "text-translator" nil t)
    1.37 +(autoload 'text-translator-translate-default "text-translator" nil t)
    1.38 +
    1.39 +(provide 'text-translator-load)
    1.40 +;;; text-translator-load.el ends here
    1.41 +
    1.42 +;; Local Variables:
    1.43 +;; Coding: iso-2022-7bit
    1.44 +;; End: