cvsdist eeb8d5
;; Use po-mode for translation files
cvsdist eeb8d5
cvsdist eeb8d5
(autoload 'po-mode "po-mode")
cvsdist eeb8d5
(setq auto-mode-alist (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode)
cvsdist eeb8d5
                            auto-mode-alist))
cvsdist eeb8d5
cvsdist eeb8d5
;;; To automatically use proper fonts under Emacs 20, also add:
cvsdist eeb8d5
cvsdist eeb8d5
(autoload 'po-find-file-coding-system "po-mode")
cvsdist eeb8d5
(modify-coding-system-alist 'file "\\.po[tx]?\\'\\|\\.po\\."
cvsdist eeb8d5
                            'po-find-file-coding-system)
cvsdist eeb8d5