diff options
-rw-r--r-- | lisp/textmodes/po.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el index 100ce958419..b417543d9ec 100644 --- a/lisp/textmodes/po.el +++ b/lisp/textmodes/po.el @@ -121,12 +121,6 @@ in BUFFER." "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) |