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
363e4e42
Commit
363e4e42
authored
Dec 16, 1999
by
Eli Zaretskii
Browse files
(tty_defined_color): Fix last change.
parent
6c27ec25
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xfaces.c
src/xfaces.c
+1
-1
No files found.
src/ChangeLog
View file @
363e4e42
No preview for this file type
src/xfaces.c
View file @
363e4e42
...
...
@@ -1090,7 +1090,7 @@ tty_defined_color (f, color_name, color_def, alloc)
{
status = 0;
color_desc = call1 (Qtty_color_desc, build_string (color_name));
if (
!NIL
P (color_desc) && CONSP (color_desc))
if (
CONS
P (color_desc) && CONSP
(XCDR
(color_desc))
)
{
color_idx = XINT (XCAR (XCDR (color_desc)));
if (CONSP (XCDR (XCDR (color_desc))))
...
...
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