blob: 8a247e8ab07a739452a576dbacdb1cc1aa37608b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;; * ================================================================== *
;; * Tests not fitting anywhere else
;; * ================================================================== *
(require 'ert)
(ert-deftest pdf-tools-semantic-workaround ()
(let (python-mode-hook)
(require 'tablist)
(should (null python-mode-hook))))
|