diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index b3918e906e9..7a90f0bb5ee 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2046,8 +2046,6 @@ there for compatibility with CEDET.") | |||
| 2046 | (with-temp-file temp-file-name | 2046 | (with-temp-file temp-file-name |
| 2047 | (insert "# -*- coding: utf-8 -*-\n") ;Not needed for Python-3. | 2047 | (insert "# -*- coding: utf-8 -*-\n") ;Not needed for Python-3. |
| 2048 | (insert string) | 2048 | (insert string) |
| 2049 | (insert (format "\n\nimport os ; os.remove('''%s''')\n" | ||
| 2050 | temp-file-name)) | ||
| 2051 | (delete-trailing-whitespace)) | 2049 | (delete-trailing-whitespace)) |
| 2052 | temp-file-name)) | 2050 | temp-file-name)) |
| 2053 | 2051 | ||