diff lisp/frame.el @ 267:966663fcf606 r20-5b32

Import from CVS: tag r20-5b32
author cvs
date Mon, 13 Aug 2007 10:26:29 +0200
parents 727739f917cb
children c5d627a313b1
line wrap: on
line diff
--- a/lisp/frame.el	Mon Aug 13 10:25:39 2007 +0200
+++ b/lisp/frame.el	Mon Aug 13 10:26:29 2007 +0200
@@ -216,7 +216,9 @@
 		    (frame-remove-geometry-props initial-frame-plist))))
 	;; At this point, we know that we have a frame open, so we
 	;; can delete the terminal device.
-	(delete-device terminal-device)
+	;; (delete-device terminal-device)
+	;; Do it the same way Fkill_emacs does it. -slb
+	(delete-console terminal-console)
 	(setq terminal-frame nil)
 
 	;; FSFmacs sets frame-creation-function here, but no need.