diff options
| author | Miles Bader | 2007-08-13 13:41:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:41:28 +0000 |
| commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
| tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /src/regex.c | |
| parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
| parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
| download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'src/regex.c')
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 64bfef15c4e..66b84c9dfc2 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -2048,7 +2048,7 @@ re_wctype (str) | |||
| 2048 | else return 0; | 2048 | else return 0; |
| 2049 | } | 2049 | } |
| 2050 | 2050 | ||
| 2051 | /* True iff CH is in the char class CC. */ | 2051 | /* True if CH is in the char class CC. */ |
| 2052 | boolean | 2052 | boolean |
| 2053 | re_iswctype (ch, cc) | 2053 | re_iswctype (ch, cc) |
| 2054 | int ch; | 2054 | int ch; |