Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
920fd1fc
Commit
920fd1fc
authored
Oct 03, 2009
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(clear_regexp_cache): Fix a typo in a comment.
parent
a80ce213
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/search.c
src/search.c
+2
-2
No files found.
src/search.c
View file @
920fd1fc
...
...
@@ -209,8 +209,8 @@ clear_regexp_cache ()
int
i
;
for
(
i
=
0
;
i
<
REGEXP_CACHE_SIZE
;
++
i
)
/* It's tempting to compare with the syntax-table we've actually changd,
but it's not sufficient because char-table inheritance me
w
ans that
/* It's tempting to compare with the syntax-table we've actually chang
e
d,
but it's not sufficient because char-table inheritance means that
modifying one syntax-table can change others at the same time. */
if
(
!
EQ
(
searchbufs
[
i
].
syntax_table
,
Qt
))
searchbufs
[
i
].
regexp
=
Qnil
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment