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
b764a653
Commit
b764a653
authored
Jun 23, 2005
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fstring_to_syntax): Follow error conventions.
parent
d72cdbfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/syntax.c
src/syntax.c
+1
-1
No files found.
src/syntax.c
View file @
b764a653
...
...
@@ -923,7 +923,7 @@ text property. */)
p
=
SDATA
(
string
);
code
=
(
enum
syntaxcode
)
syntax_spec_code
[
*
p
++
];
if
(((
int
)
code
&
0377
)
==
0377
)
error
(
"
i
nvalid syntax description letter: %c"
,
p
[
-
1
]);
error
(
"
I
nvalid syntax description letter: %c"
,
p
[
-
1
]);
if
(
code
==
Sinherit
)
return
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