Xref: utzoo comp.emacs:9478 gnu.emacs.help:284 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!uw-beaver!ubc-cs!kiwi!spain!manderso From: manderso@spain.mpr.ca (Mark Anderson) Newsgroups: comp.emacs,gnu.emacs.help Subject: Re: Quick Exit Function? Message-ID: <2427@kiwi.mpr.ca> Date: 9 Nov 90 21:19:38 GMT References: <389@mephisto.edu> Sender: news@eric.mpr.ca Reply-To: manderso@mprgate.mpr.ca (Mark Anderson) Organization: MPR Teltech Ltd., Burnaby, B.C., Canada Lines: 13 In article <389@mephisto.edu> martin@boa.gatech.edu (Martin Robert Frank) writes: >Is there an Emacs function which will automatically save all modified buffers >and kill all subprocesses? (defun kill-emacs-without-query () (interactive) (mapcar 'process-kill-without-query (process-list)) (save-buffers-kill-emacs t)) (define-key ctl-x-map "\C-c" 'kill-emacs-without-query) -- Mark Anderson manderso@mprgate.mpr.ca