;;; autoloads/translation-autoloads.el -- set up autoloads for translating words ;;; Time-stamp: <2006-02-23 10:53:31 john> (add-lispdir "$GATHERED/emacs/csv/") (autoload 'mulvo-mode "mulvo" "Minor mode to show translated words." t) (autoload 'mulvo-translate-word "mulvo" "Show (and return) translations of WORD." t) (autoload 'mulvo-translate-word-to-language "mulvo" "Show (and return) translation of WORD to LANGUAGE." t) (autoload 'show-localized-comments "localized-source" "Show localized comments. This function is intended for use on find-file-hooks or the mode setup hooks for various programming language modes, or for interactive use." t)