Variable: sort-coding-systems-predicate
sort-coding-systems-predicate is a variable defined in
mule-cmds.el.gz.
Value
nil
Documentation
If non-nil, a predicate function to sort coding systems.
It is called with two coding systems, and should return t if the first one is "less" than the second.
The function sort-coding-systems use it.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defvar sort-coding-systems-predicate nil
"If non-nil, a predicate function to sort coding systems.
It is called with two coding systems, and should return t if the first
one is \"less\" than the second.
The function `sort-coding-systems' use it.")