Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0b261f59
Commit
0b261f59
authored
Jul 16, 2002
by
Dave Love
Browse files
(Fmodify_category_entry): Fix CATEGORY_MEMBER call.
parent
b1fe143d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/category.c
src/category.c
+1
-1
No files found.
src/category.c
View file @
0b261f59
...
...
@@ -364,7 +364,7 @@ then delete CATEGORY from the category set instead of adding it. */)
while
(
start
<=
end
)
{
category_set
=
char_table_ref_and_range
(
table
,
start
,
&
from
,
&
to
);
if
(
CATEGORY_MEMBER
(
category
,
category_set
)
!=
NILP
(
reset
))
if
(
CATEGORY_MEMBER
(
XFASTINT
(
category
)
,
category_set
)
!=
NILP
(
reset
))
{
category_set
=
Fcopy_sequence
(
category_set
);
SET_CATEGORY_SET
(
category_set
,
category
,
set_value
);
...
...
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