aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris2013-11-22 20:20:31 -0800
committerGlenn Morris2013-11-22 20:20:31 -0800
commit40dd812fa3258999a73db709df603dde74d7d577 (patch)
tree4541693eadc5448ef8c46f621025a60f618b89b7 /lisp/progmodes/python.el
parent2c98e669efd79379579006f3aea918f5c75748c0 (diff)
downloademacs-40dd812fa3258999a73db709df603dde74d7d577.tar.gz
emacs-40dd812fa3258999a73db709df603dde74d7d577.zip
Revert previous python.el change
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
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