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
b446294f
Commit
b446294f
authored
Oct 22, 2023
by
Eli Zaretskii
Browse files
; * src/keyboard.c (save_line_number_display_width): Fix last change.
parent
6f87ee0e
Pipeline
#26859
failed with stages
in 98 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/keyboard.c
View file @
b446294f
...
...
@@ -5942,7 +5942,7 @@ save_line_number_display_width (struct input_event *event)
else if (FRAMEP (event->frame_or_window))
w = XWINDOW (XFRAME (event->frame_or_window)->selected_window);
else
emacs_abort (
);
w = XWINDOW (selected_window
);
line_number_display_width (w, &down_mouse_line_number_width, &pixel_width);
}
...
...
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