From: Richard M. Stallman Date: Wed, 2 Jul 1997 03:37:27 +0000 (+0000) Subject: (desktop-clear): Don't kill buffers here. X-Git-Tag: emacs-20.1~1419 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21f521c0db6b683a2407a02d8a1706df8c9a7baf;p=emacs.git (desktop-clear): Don't kill buffers here. --- diff --git a/lisp/desktop.el b/lisp/desktop.el index 56ac600dbc4..cd44f47467c 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -235,7 +235,8 @@ the like shorter." 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)