[gnu.emacs.bug] need a revert-buffer-insert-file-contents-hook

gildea@BBN.COM (Stephen Gildea) (02/03/89)

The existing hook into revert-buffer is sometimes not the right entry
point.  I would like to be able to take advantage of all the code in
revert-buffer that asks for confirmation and checks for auto-save
files and just replace the one line that does insert-file-contents.

Note that this would be similar to the way find-file-not-found-hooks
replaces only the insert-file-contents part of then entire find-file
code.

 < Stephen