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
98040cf1
Commit
98040cf1
authored
Nov 26, 2001
by
Richard M. Stallman
Browse files
(temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks.
parent
f1597a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/print.c
src/print.c
+1
-2
No files found.
src/print.c
View file @
98040cf1
...
...
@@ -599,8 +599,7 @@ temp_output_buffer_setup (bufname)
Ferase_buffer
();
XSETBUFFER
(
buf
,
current_buffer
);
if
(
!
NILP
(
Vrun_hooks
))
call1
(
Vrun_hooks
,
Qtemp_buffer_setup_hook
);
Frun_hooks
(
1
,
&
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