Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 7a310496fcf99de0c3d7d9c75dbf458e > files > 8

gettext-0.14.1-10mdk.src.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)