Mercurial > emacs
changeset 8118:56b5ed321f8d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 02 Jul 1994 04:09:37 +0000 |
parents | 20100d7e5b0f |
children | 20f7881bd015 |
files | lispref/files.texi |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/files.texi Sat Jul 02 00:47:40 1994 +0000 +++ b/lispref/files.texi Sat Jul 02 04:09:37 1994 +0000 @@ -1866,6 +1866,11 @@ @code{set-visited-file-modtime}, @code{unhandled-file-name-directory}, @code{verify-visited-file-modtime}, @code{write-region}. +Handlers for @code{insert-file-contents} typically need to clear the +buffer's modified flag, with @code{(set-buffer-modified-p nil)}, if the +@var{visit} argument is non-@code{nil}. This also has the effect of +unlocking the buffer if it is locked. + The handler function must handle all of the above operations, and possibly others to be added in the future. It need not implement all these operations itself---when it has nothing special to do for a