;; Use po-mode for translation files (autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t) (add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode)) (autoload 'po-find-file-coding-system "po-compat") (modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\." 'po-find-file-coding-system)