emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 70eeae8 1/2: Remove commented out XEmacs compat cod


From: Stefan Kangas
Subject: [Emacs-diffs] master 70eeae8 1/2: Remove commented out XEmacs compat code from po.el
Date: Thu, 17 Oct 2019 07:07:42 -0400 (EDT)

branch: master
commit 70eeae8f93038cb51a8dfc921b936941a8222dd2
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    Remove commented out XEmacs compat code from po.el
    
    * lisp/textmodes/po.el: Remove commented out XEmacs compat code.
---
 lisp/textmodes/po.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el
index 100ce95..b417543 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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]