From 88b41c40d0ee681af66d11793bb6dd20e3c7826f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 22 Dec 2018 13:57:54 +0100 Subject: Use "file name handler" consequently * doc/lispref/files.texi: * doc/lispref/processes.texi: * doc/misc/ediff.texi: * lisp/simple.el: * lisp/vc/ediff-ptch.el: * src/buffer.c: * src/dired.c: * src/fileio.c: * src/image.c: * src/insdel.c: * src/w32fns.c: Use "file name handler" consequently. --- src/insdel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/insdel.c') diff --git a/src/insdel.c b/src/insdel.c index 70cebc0d2cc..10222717d13 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -2255,7 +2255,7 @@ DEFUN ("combine-after-change-execute", Fcombine_after_change_execute, /* It is rare for combine_after_change_buffer to be invalid, but possible. It can happen when combine-after-change-calls is - non-nil, and insertion calls a file handler (e.g. through + non-nil, and insertion calls a file name handler (e.g. through lock_file) which scribbles into a temp file -- cyd */ if (!BUFFERP (combine_after_change_buffer) || !BUFFER_LIVE_P (XBUFFER (combine_after_change_buffer))) -- cgit v1.2.1