aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2019-10-17 13:03:52 +0200
committerStefan Kangas2019-10-17 13:05:18 +0200
commit70eeae8f93038cb51a8dfc921b936941a8222dd2 (patch)
treed77e58d5f65bc5b18204846c4dbeddb61fa57657
parent3cf92da6fa692656d64b70e510efcf4e3682f978 (diff)
downloademacs-70eeae8f93038cb51a8dfc921b936941a8222dd2.tar.gz
emacs-70eeae8f93038cb51a8dfc921b936941a8222dd2.zip
Remove commented out XEmacs compat code from po.el
* lisp/textmodes/po.el: Remove commented out XEmacs compat code.
-rw-r--r--lisp/textmodes/po.el6
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."
121 "Return a (DECODING . ENCODING) pair, according to PO file's charset. 121 "Return a (DECODING . ENCODING) pair, according to PO file's charset.
122Called through `file-coding-system-alist', before the file is visited for real." 122Called through `file-coding-system-alist', before the file is visited for real."
123 (po-find-file-coding-system-guts (car arg-list) (car (cdr arg-list)))) 123 (po-find-file-coding-system-guts (car arg-list) (car (cdr arg-list))))
124;; This is for XEmacs.
125;(defun po-find-file-coding-system (operation filename)
126; "\
127;Return a Mule (DECODING . ENCODING) pair, according to PO file charset.
128;Called through file-coding-system-alist, before the file is visited for real."
129; (po-find-file-coding-system-guts operation filename))
130 124
131(provide 'po) 125(provide 'po)
132 126