* lisp/textmodes/po.el: Remove commented out XEmacs compat code.
"Return a (DECODING . ENCODING) pair, according to PO file's charset.
Called through `file-coding-system-alist', before the file is visited for real."
(po-find-file-coding-system-guts (car arg-list) (car (cdr arg-list))))
-;; This is for XEmacs.
-;(defun po-find-file-coding-system (operation filename)
-; "\
-;Return a Mule (DECODING . ENCODING) pair, according to PO file charset.
-;Called through file-coding-system-alist, before the file is visited for real."
-; (po-find-file-coding-system-guts operation filename))
(provide 'po)