summaryrefslogtreecommitdiff
blob: 47adee8f6c5a050d91a5d45ddb7b0ccc9682e7d7 (plain)
1
2
3
4
5
6
7
8
(add-to-list 'load-path "@SITELISP@")
(autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t)
(or (fboundp 'po-find-file-coding-system)
    (autoload 'po-find-file-coding-system "po-compat"))

(add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode))
(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\."
			    'po-find-file-coding-system)