]> code.delx.au - gnu-emacs/blobdiff - src/regex.c
Minor tweaks for .gitignore
[gnu-emacs] / src / regex.c
index 4af70c62cf5dca8b5584d44b94c7ada034ee0ec1..38c5e350541942daefde69e5c54d1a89ef7a141a 100644 (file)
@@ -313,7 +313,7 @@ enum syntaxcode { Swhitespace = 0, Sword = 1, Ssymbol = 2 };
 /* The rest must handle multibyte characters.  */
 
 # define ISGRAPH(c) (SINGLE_BYTE_CHAR_P (c)                            \
-                   ? (c) > ' ' && !((c) >= 0177 && (c) <= 0237)        \
+                    ? (c) > ' ' && !((c) >= 0177 && (c) <= 0240)       \
                     : graphicp (c))
 
 # define ISPRINT(c) (SINGLE_BYTE_CHAR_P (c)                            \