Show
Ignore:
Timestamp:
2005年11月26日 08時33分26秒 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/international/mule-cmds.el

    r3939 r3988  
    26482648       ;; Try to get a pretty description for ISO 2022 escape sequences. 
    26492649       (function (lambda (x) (or (cdr (assq x iso-2022-control-alist)) 
    2650                                  (format "0x%02X" x)))) 
    2651      (function (lambda (x) (format "0x%02X" x)))) 
     2650                                 (format "#x%02X" x)))) 
     2651     (function (lambda (x) (format "#x%02X" x)))) 
    26522652   str " ")) 
    26532653