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
95030461
Commit
95030461
authored
Jun 23, 2005
by
Juanma Barranquero
Browse files
(Fmake_category_set): Follow error conventions.
parent
d4db983a
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 @
95030461
...
...
@@ -67,7 +67,7 @@ those categories. */)
val
=
MAKE_CATEGORY_SET
;
if
(
STRING_MULTIBYTE
(
categories
))
error
(
"Multibyte string in make-category-set"
);
error
(
"Multibyte string in
`
make-category-set
'
"
);
len
=
SCHARS
(
categories
);
while
(
--
len
>=
0
)
...
...
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