(if (re-search-forward charset-regexp nil t)
(match-string 1))))))
+;;;###autoload (autoload 'po-find-file-coding-system "po-compat")
+
(eval-and-compile
(if po-EMACS20
(defun po-find-file-coding-system-guts (operation filename)
po-mode-map)
"Keymap for PO mode.")
+;;;###autoload
(defun po-mode ()
"Major mode for translators when they edit PO files.
(save-buffer)
(kill-buffer (current-buffer)))))))
+;;;###autoload (add-to-list 'auto-mode-alist '("\\.po[tx]?\\'\\|\\.po\\." . po-mode))
+;;;###autoload (modify-coding-system-alist 'file "\\.po[tx]?\\'\\|\\.po\\." 'po-find-file-coding-system)
+
(provide 'po-mode)
;; Hey Emacs!