Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 3fa014019eebc9b3a24e8a325055c1d6 > files > 5

gettext-0.19.4-1.mga5.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)