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
2124dc82
Commit
2124dc82
authored
Feb 09, 2002
by
Eli Zaretskii
Browse files
(CURRENT_MODE_LINE_FACE_ID): Fix last change.
parent
d65a9cdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispextern.h
src/dispextern.h
+1
-1
No files found.
src/dispextern.h
View file @
2124dc82
...
...
@@ -927,7 +927,7 @@ extern struct glyph_row scratch_glyph_row;
This depends on whether the window is selected or not. */
#define CURRENT_MODE_LINE_FACE_ID(W) \
((W) == selected_window
\
((W) ==
XWINDOW (
selected_window
)
\
? MODE_LINE_FACE_ID \
: MODE_LINE_INACTIVE_FACE_ID)
...
...
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