diff options
| author | Stefan Kangas | 2022-08-08 13:18:36 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-08 13:47:15 +0200 |
| commit | d8d13f2fccadfdd999a818a5c320f6d0f0d428fe (patch) | |
| tree | 9017de6c9f97a18726df1ca4ff327b75b00ae5f7 /test/lisp/progmodes/python-tests.el | |
| parent | 25636fcf5223341bf415a4014e643f4b2caa446d (diff) | |
| download | emacs-d8d13f2fccadfdd999a818a5c320f6d0f0d428fe.tar.gz emacs-d8d13f2fccadfdd999a818a5c320f6d0f0d428fe.zip | |
Remove redundant local variables in tests
* test/lisp/calc/calc-tests.el:
* test/lisp/progmodes/python-tests.el: Remove redundant local
variables.
* test/src/coding-tests.el: Pacify byte-compiler without using local
variable.
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
| -rw-r--r-- | test/lisp/progmodes/python-tests.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index eb571226909..e3c8d5554a1 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el | |||
| @@ -6075,8 +6075,4 @@ buffer with overlapping strings." | |||
| 6075 | 6075 | ||
| 6076 | (provide 'python-tests) | 6076 | (provide 'python-tests) |
| 6077 | 6077 | ||
| 6078 | ;; Local Variables: | ||
| 6079 | ;; indent-tabs-mode: nil | ||
| 6080 | ;; End: | ||
| 6081 | |||
| 6082 | ;;; python-tests.el ends here | 6078 | ;;; python-tests.el ends here |