]> git.eshelyaron.com Git - emacs.git/commitdiff
(utf-8-post-read-conversion): Fix typo.
authorDave Love <fx@gnu.org>
Sun, 25 Nov 2001 21:45:41 +0000 (21:45 +0000)
committerDave Love <fx@gnu.org>
Sun, 25 Nov 2001 21:45:41 +0000 (21:45 +0000)
lisp/international/utf-8.el

index a7a3963db23aaaffde2538bdf62947ace5f3ec35..d03f683ae39c2b309dc132c86200aab24d3c58e3 100644 (file)
@@ -412,7 +412,7 @@ Return the sequence's length."
 Also compose particular scripts if `utf-8-compose-scripts' is non-nil."
   (save-excursion
     (while (and (skip-chars-forward
-                (eval-and-compile      ; missing optimization
+                (eval-when-compile     ; missing optimization
                   (string-as-multibyte "^\341-\377")))
                (not (eobp)))
       (forward-char (utf-8-compose))))