/[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.1.2.8 by fx, Tue Nov 20 16:57:58 2001 UTC revision 1.1.2.9 by fx, Sun Nov 25 21:45:41 2001 UTC
# Line 412  Return the sequence's length." Line 412  Return the sequence's length."
412  Also compose particular scripts if `utf-8-compose-scripts' is non-nil."  Also compose particular scripts if `utf-8-compose-scripts' is non-nil."
413    (save-excursion    (save-excursion
414      (while (and (skip-chars-forward      (while (and (skip-chars-forward
415                   (eval-and-compile      ; missing optimization                   (eval-when-compile     ; missing optimization
416                     (string-as-multibyte "^\341-\377")))                     (string-as-multibyte "^\341-\377")))
417                  (not (eobp)))                  (not (eobp)))
418        (forward-char (utf-8-compose))))        (forward-char (utf-8-compose))))

Legend:
Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9

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