]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove commented out XEmacs compat code from po.el
authorStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 11:03:52 +0000 (13:03 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 17 Oct 2019 11:05:18 +0000 (13:05 +0200)
* lisp/textmodes/po.el: Remove commented out XEmacs compat code.

lisp/textmodes/po.el

index 100ce9584199b679ee8a4fc510fd520abb3dc3ab..b417543d9ec73afa4c3b4267e0879415622f864a 100644 (file)
@@ -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)