mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
(py-execute-region): This one's easy... kill the temporary file's
buffer after executing its contents.
This commit is contained in:
parent
599ce9c6c2
commit
715346060a
1 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
;; Copyright (C) 1992,1993,1994 Tim Peters
|
||||
|
||||
;; Author: 1995-1998 Barry A. Warsaw
|
||||
;; Author: 1995-2001 Barry A. Warsaw
|
||||
;; 1992-1994 Tim Peters
|
||||
;; Maintainer: python-mode@python.org
|
||||
;; Created: Feb 1992
|
||||
|
@ -1341,7 +1341,9 @@ is inserted at the end. See also the command `py-clear-queue'."
|
|||
))
|
||||
;; TBD: delete the buffer
|
||||
)
|
||||
)))
|
||||
)
|
||||
;; Clean up after ourselves.
|
||||
(kill-buffer buf)))
|
||||
|
||||
|
||||
;; Code execution commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue