mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
; * src/keyboard.c (safe_run_hooks_maybe_narrowed): Fix broken merge.
This commit is contained in:
parent
e2b774e64a
commit
a95c5baa6a
@ -1907,9 +1907,9 @@ safe_run_hooks_maybe_narrowed (Lisp_Object hook, struct window *w)
|
||||
specbind (Qinhibit_quit, Qt);
|
||||
|
||||
if (current_buffer->long_line_optimizations_p)
|
||||
Fnarrow_to_region (make_fixnum (get_narrowed_begv (w, PT)),
|
||||
make_fixnum (get_narrowed_zv (w, PT)),
|
||||
Qt);
|
||||
narrow_to_region_internal (make_fixnum (get_narrowed_begv (w, PT)),
|
||||
make_fixnum (get_narrowed_zv (w, PT)),
|
||||
true);
|
||||
|
||||
run_hook_with_args (2, ((Lisp_Object []) {hook, hook}), safe_run_hook_funcall);
|
||||
unbind_to (count, Qnil);
|
||||
|
Loading…
Reference in New Issue
Block a user