diff options
| author | Glenn Morris | 2013-11-22 20:20:31 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-22 20:20:31 -0800 |
| commit | 40dd812fa3258999a73db709df603dde74d7d577 (patch) | |
| tree | 4541693eadc5448ef8c46f621025a60f618b89b7 /lisp/progmodes/python.el | |
| parent | 2c98e669efd79379579006f3aea918f5c75748c0 (diff) | |
| download | emacs-40dd812fa3258999a73db709df603dde74d7d577.tar.gz emacs-40dd812fa3258999a73db709df603dde74d7d577.zip | |
Revert previous python.el change
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 | ||