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
2a1c968a
Commit
2a1c968a
authored
Mar 24, 1995
by
Richard M. Stallman
Browse files
(temp_output_buffer_setup): (Re)set the default
directory of the temp buffer to that of the current buffer.
parent
bf40a97f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/print.c
src/print.c
+1
-0
No files found.
src/print.c
View file @
2a1c968a
...
...
@@ -387,6 +387,7 @@ temp_output_buffer_setup (bufname)
Fset_buffer
(
Fget_buffer_create
(
build_string
(
bufname
)));
current_buffer
->
directory
=
old
->
directory
;
current_buffer
->
read_only
=
Qnil
;
Ferase_buffer
();
...
...
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