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
9ba9623d
Commit
9ba9623d
authored
Sep 13, 1999
by
Gerd Moellmann
Browse files
(Fother_buffer): Change for Lisp_Object selected_frame.
(record_buffer): Ditto.
parent
c1d497be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/buffer.c
src/buffer.c
+2
-2
No files found.
src/buffer.c
View file @
9ba9623d
...
...
@@ -921,7 +921,7 @@ If BUFFER is omitted or nil, some interesting buffer is returned.")
notsogood
=
Qnil
;
if
(
NILP
(
frame
))
frame
=
F
selected_frame
()
;
frame
=
selected_frame
;
tail
=
Vbuffer_alist
;
pred
=
frame_buffer_predicate
(
frame
);
...
...
@@ -1241,7 +1241,7 @@ record_buffer (buf)
{
register
Lisp_Object
link
,
prev
;
Lisp_Object
frame
;
frame
=
F
selected_frame
()
;
frame
=
selected_frame
;
prev
=
Qnil
;
for
(
link
=
Vbuffer_alist
;
CONSP
(
link
);
link
=
XCONS
(
link
)
->
cdr
)
...
...
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