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
9a166e40
Commit
9a166e40
authored
Nov 25, 1995
by
Richard M. Stallman
Browse files
(IT_set_menu_bar_lines): Clear last_modified field.
parent
c30c8a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/msdos.c
src/msdos.c
+1
-0
No files found.
src/msdos.c
View file @
9a166e40
...
...
@@ -509,6 +509,7 @@ IT_set_menu_bar_lines (window, n)
{
struct
window
*
w
=
XWINDOW
(
window
);
XSETFASTINT
(
w
->
last_modified
,
0
);
XSETFASTINT
(
w
->
top
,
XFASTINT
(
w
->
top
)
+
n
);
XSETFASTINT
(
w
->
height
,
XFASTINT
(
w
->
height
)
-
n
);
...
...
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