/[emacs]/emacs/lisp/international/mule-util.el
ViewVC logotype

Diff of /emacs/lisp/international/mule-util.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46.2.3 by fx, Thu Jul 11 22:59:06 2002 UTC revision 1.46.2.4 by handa, Wed Jul 17 11:33:09 2002 UTC
# Line 271  or one is an alias of the other." Line 271  or one is an alias of the other."
271    "Detect a coding system of the text between FROM and TO with PRIORITY-LIST.    "Detect a coding system of the text between FROM and TO with PRIORITY-LIST.
272  PRIORITY-LIST is an alist of coding categories vs the corresponding  PRIORITY-LIST is an alist of coding categories vs the corresponding
273  coding systems ordered by priority."  coding systems ordered by priority."
274    `(with-coding-priority ,(mapcar #'cdr priority-list)    `(with-coding-priority (mapcar #'cdr ,priority-list)
275       (detect-coding-region ,from ,to)))       (detect-coding-region ,from ,to)))
276  (make-obsolete 'detect-coding-with-priority  (make-obsolete 'detect-coding-with-priority
277                 "Use with-coding-priority and detect-coding-region" "22.1")                 "Use with-coding-priority and detect-coding-region" "22.1")

Legend:
Removed from v.1.46.2.3  
changed lines
  Added in v.1.46.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26