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
96fb177a
Commit
96fb177a
authored
Jul 16, 2002
by
Ken Raeburn
Browse files
* macfns.c (validate_x_resource_name): Use SSET.
parent
a1c89c0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/macfns.c
src/macfns.c
+1
-1
No files found.
src/macfns.c
View file @
96fb177a
...
...
@@ -3114,7 +3114,7 @@ validate_x_resource_name ()
|| (c >= 'A' && c <= 'Z')
|| (c >= '0' && c <= '9')
|| c == '-' || c == '_'))
S
REF
(new, i
) =
'_';
S
SET
(new, i
,
'_'
)
;
}
}
...
...
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