Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > e744c22482f393f17e5cc2f7c12c7d9b > files > 7

gettext-0.17-alt3.src.rpm

;; Use po-mode for translation files

(autoload 'po-mode "po-mode")
(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)