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
fd760946
Commit
fd760946
authored
Jul 24, 2000
by
Gerd Moellmann
Browse files
(temp_output_buffer_setup): Don't call1 Vrun_hooks
if that is nil.
parent
c66c29a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/print.c
src/print.c
+2
-1
No files found.
src/print.c
View file @
fd760946
...
...
@@ -583,7 +583,8 @@ temp_output_buffer_setup (bufname)
Ferase_buffer
();
XSETBUFFER
(
buf
,
current_buffer
);
call1
(
Vrun_hooks
,
Qtemp_buffer_setup_hook
);
if
(
!
NILP
(
Vrun_hooks
))
call1
(
Vrun_hooks
,
Qtemp_buffer_setup_hook
);
unbind_to
(
count
,
Qnil
);
...
...
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