Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f9d0fd6c
Commit
f9d0fd6c
authored
Jan 08, 2019
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/window.c (save_window_save): Revert part of
d82e73f0
...made unnecessary by
a058edae
.
parent
f369c2cb
Pipeline
#499
passed with stage
in 46 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/window.c
src/window.c
+2
-4
No files found.
src/window.c
View file @
f9d0fd6c
...
...
@@ -6965,11 +6965,9 @@ save_window_save (Lisp_Object window, struct Lisp_Vector *vector, ptrdiff_t i)
if (BUFFERP (w->contents))
{
Lisp_Object buffer_local_window_point_insertion_type
= (buffer_local_value (Qwindow_point_insertion_type, w->contents));
bool window_point_insertion_type
=
(
!NILP (buffer_local_
window_point_insertion_type)
&& !EQ (buffer_local_
window_point_insertion_type,
Qunbound
));
= !NILP (buffer_local_
value
(Q
window_point_insertion_type,
w->contents
));
/* Save w's value of point in the window configuration. If w
is the selected window, then get the value of point from
...
...
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