/[emacs]/emacs/lisp/international/utf-8.el
ViewVC logotype

Diff of /emacs/lisp/international/utf-8.el

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

revision 1.49 by lute, Mon Jul 4 17:22:27 2005 UTC revision 1.50 by handa, Thu Oct 13 05:39:31 2005 UTC
# Line 934  Move point to the end of the sequence." Line 934  Move point to the end of the sequence."
934                               'help-echo 'utf-8-help-echo)                               'help-echo 'utf-8-help-echo)
935            (if (= l 2)            (if (= l 2)
936                (put-text-property (point) (min (point-max) (+ l (point)))                (put-text-property (point) (min (point-max) (+ l (point)))
937                                   'display (format "\\%03o" ch))                                   'display (propertize (format "\\%03o" ch)
938                                                          'face 'escape-glyph))
939              (compose-region (point) (+ l (point)) ?$,3u=(B))              (compose-region (point) (+ l (point)) ?$,3u=(B))
940            (forward-char l))            (forward-char l))
941        (forward-char 1))))        (forward-char 1))))

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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