aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
-rw-r--r--test/lisp/progmodes/python-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el
index 158c52f080c..1e6b867d30b 100644
--- a/test/lisp/progmodes/python-tests.el
+++ b/test/lisp/progmodes/python-tests.el
@@ -2478,7 +2478,7 @@ if x:
2478 (python-tests-with-temp-buffer 2478 (python-tests-with-temp-buffer
2479 " \"\n" 2479 " \"\n"
2480 (goto-char (point-min)) 2480 (goto-char (point-min))
2481 (font-lock-fontify-buffer))) 2481 (call-interactively 'font-lock-fontify-buffer)))
2482 2482
2483 2483
2484;;; Shell integration 2484;;; Shell integration