projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
432f78d
)
(fontset_pattern_regexp): `==' was used instead of `='.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Mar 1998 00:29:10 +0000
(
00:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 10 Mar 1998 00:29:10 +0000
(
00:29
+0000)
src/fontset.c
patch
|
blob
|
history
diff --git
a/src/fontset.c
b/src/fontset.c
index 976e27165c3f5efbfbf5da1b2e0687c044e38330..fe3526852c0f13264c54811aa3fe239539b76545 100644
(file)
--- a/
src/fontset.c
+++ b/
src/fontset.c
@@
-435,7
+435,7
@@
fontset_pattern_regexp (pattern)
*p1++ = '*';
}
else if (*p0 == '?')
- *p1++ =
=
'.';
+ *p1++ = '.';
else
*p1++ = *p0;
}