Changeset - d4f7c46b08a5
[Not reviewed]
0 1 0
Sergey Pashinin - 11 years ago 2014-08-28 08:46:09
sergey@pashinin.com
test python.el for emacs > 23
1 file changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
tests/workgroups2-tests.el
Show inline comments
 
@@ -139,9 +139,10 @@
 
  (wg-test-special 'term-mode 'term
 
    (term "/bin/sh"))
 

	
 
  (wg-test-special 'inferior-python-mode 'python
 
    (run-python python-shell-interpreter)
 
    (switch-to-buffer (process-buffer (python-shell-get-or-create-process))))
 
  (unless (version< emacs-version "24")
 
    (wg-test-special 'inferior-python-mode 'python
 
      (run-python python-shell-interpreter)
 
      (switch-to-buffer (process-buffer (python-shell-get-or-create-process)))))
 

	
 
  )
 

	
0 comments (0 inline, 0 general)