diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2019-10-17 13:03:52 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2019-10-17 13:05:18 +0200 |
commit | 70eeae8f93038cb51a8dfc921b936941a8222dd2 (patch) | |
tree | d77e58d5f65bc5b18204846c4dbeddb61fa57657 /lisp | |
parent | 3cf92da6fa692656d64b70e510efcf4e3682f978 (diff) | |
download | emacs-70eeae8f93038cb51a8dfc921b936941a8222dd2.tar.gz |
Remove commented out XEmacs compat code from po.el
* lisp/textmodes/po.el: Remove commented out XEmacs compat code.
Diffstat (limited to 'lisp')
-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) |