Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a51c2665c229f9fa91512fbf7924f75e > files > 1

gettext-0.18.3.1-2.mga4.x86_64.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)