* Change save-some-buffers to accept two required arguments. New
authorChris Hanson <org/chris-hanson/cph>
Tue, 14 May 1991 02:29:09 +0000 (02:29 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 14 May 1991 02:29:09 +0000 (02:29 +0000)
commit6ecc3111142e508a75bce3c805cb4d082189da11
treeeffe7eac48254a115d226590703bb68a307f3e18
parent588cb9f12801c932c30b8fa0487bce259f1a1549
* Change save-some-buffers to accept two required arguments.  New
  second argument, if true, says that we're about to kill the editor.
  In that case, buffer-local variable buffer-offer-save says what to
  do with buffers that aren't visiting files.

* Change name of initialize-buffer! to normal-mode; this procedure now
  takes two arguments.  The second argument, if false, means use any
  local variable specifications found in the buffer; otherwise, if
  inhibit-local-variables is true, the user is asked for confirmation.

* Implement variables:
file-precious-flag
find-file-hooks
find-file-not-found-hooks
find-file-run-dired
write-file-hooks
v7/src/edwin/basic.scm
v7/src/edwin/bufcom.scm
v7/src/edwin/filcom.scm
v7/src/edwin/fileio.scm
v7/src/edwin/make.scm
v7/src/edwin/rmail.scm
v7/src/edwin/unix.scm