changeset 18527:bb491744ccd7

(desktop-clear): Don't kill buffers here.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Jul 1997 03:37:27 +0000
parents e0d1b341124c
children 73f4d9258f04
files lisp/desktop.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/desktop.el	Wed Jul 02 03:14:24 1997 +0000
+++ b/lisp/desktop.el	Wed Jul 02 03:37:27 1997 +0000
@@ -235,7 +235,8 @@
 	search-ring-yank-pointer nil
 	regexp-search-ring nil
 	regexp-search-ring-yank-pointer nil)
-  (mapcar (function kill-buffer) (buffer-list))
+;;;  What a screw!
+;;;  (mapcar (function kill-buffer) (buffer-list))
   (delete-other-windows))
 ;; ----------------------------------------------------------------------------
 (add-hook 'kill-emacs-hook 'desktop-kill)