Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > f97b3465b7460ec8e2a4829eddc005b6 > files > 1

gettext-0.17-1mdv2008.1.i586.rpm

;; Use po-mode for translation files

(autoload 'po-mode "po-mode" 
  "Major mode for translators to edit PO files" t)
(setq auto-mode-alist (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode)
                            auto-mode-alist))

;;; To automatically use proper fonts under Emacs 20, also add:

(autoload 'po-find-file-coding-system "po-compat")
(modify-coding-system-alist 'file "\\.po[tx]?\\'\\|\\.po\\."
                            'po-find-file-coding-system)