Change `find-file', `read-buffer', and related procedures to separate
authorChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 18:19:54 +0000 (18:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 18:19:54 +0000 (18:19 +0000)
commit42ec8b8e19f81fd0740ea6e54fe4062c36df31ab
tree41478a284ad4dcbf2aa674d4a4eda413ae07b706
parenta477c1f5a9164505334ea34314c0de55ed630fb5
Change `find-file', `read-buffer', and related procedures to separate
out certain functionality in new procedure `after-find-file'.  This
new procedure sets the read-only bit, puts up any special messages
regarding the read/write status of the file, and does mode
initialization.  In addition, `find-file' now catches file errors and
recovers from them in a reasonably graceful way.
v7/src/edwin/filcom.scm
v7/src/edwin/fileio.scm