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

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

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

revision 1.286 by schwab, Sat Nov 19 21:08:21 2005 UTC revision 1.287 by jurta, Sun Nov 20 07:45:19 2005 UTC
# Line 2647  It can be retrieved with `(get-char-code Line 2647  It can be retrieved with `(get-char-code
2647     (if (and coding-system (eq (coding-system-type coding-system) 2))     (if (and coding-system (eq (coding-system-type coding-system) 2))
2648         ;; Try to get a pretty description for ISO 2022 escape sequences.         ;; Try to get a pretty description for ISO 2022 escape sequences.
2649         (function (lambda (x) (or (cdr (assq x iso-2022-control-alist))         (function (lambda (x) (or (cdr (assq x iso-2022-control-alist))
2650                                   (format "0x%02X" x))))                                   (format "#x%02X" x))))
2651       (function (lambda (x) (format "0x%02X" x))))       (function (lambda (x) (format "#x%02X" x))))
2652     str " "))     str " "))
2653    
2654  (defun encode-coding-char (char coding-system)  (defun encode-coding-char (char coding-system)

Legend:
Removed from v.1.286  
changed lines
  Added in v.1.287

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