aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f5f7127a638..0bdad086ddd 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -6399,7 +6399,10 @@ This is the default. If nil, auto-save file deletion is inhibited. */);
6399 delete_auto_save_files = 1; 6399 delete_auto_save_files = 1;
6400 6400
6401 DEFVAR_LISP ("clone-indirect-buffer-hook", Vclone_indirect_buffer_hook, 6401 DEFVAR_LISP ("clone-indirect-buffer-hook", Vclone_indirect_buffer_hook,
6402 doc: /* Normal hook to run in the new buffer at the end of `clone-indirect-buffer'. */); 6402 doc: /* Normal hook to run in the new buffer at the end of `make-indirect-buffer'.
6403
6404Since `clone-indirect-buffer' calls `make-indirect-buffer', this hook
6405will run for `clone-indirect-buffer' calls as well. */);
6403 Vclone_indirect_buffer_hook = Qnil; 6406 Vclone_indirect_buffer_hook = Qnil;
6404 6407
6405 defsubr (&Sbuffer_live_p); 6408 defsubr (&Sbuffer_live_p);