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
bed0c171
Commit
bed0c171
authored
Feb 25, 2000
by
Gerd Moellmann
Browse files
(Fset_window_buffer): Set WINDOW to the window
after decoding.
parent
42088c12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/window.c
src/window.c
+1
-0
No files found.
src/ChangeLog
View file @
bed0c171
No preview for this file type
src/window.c
View file @
bed0c171
...
...
@@ -2439,6 +2439,7 @@ BUFFER can be a buffer or buffer name.")
register Lisp_Object tem;
register struct window *w = decode_window (window);
XSETWINDOW (window, w);
buffer = Fget_buffer (buffer);
CHECK_BUFFER (buffer, 1);
...
...
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