CVSROOT: /cvs Module name: src Changes by: l...@cvs.openbsd.org 2012/08/30 00:09:12
Modified files: usr.bin/mg : buffer.c file.c main.c Log message: This diff allows the user to decide what to do with buffers that experience write errors during C-x C-c (exiting mg). Emacs stops the exiting process when it encounters problem buffers and lets the user decide what to do, currently mg continues exiting and the contents of these buffers are lost. This diff bring mg more into line with emacs. Review and observations from Sunil Nimmagadda.