diff options
Diffstat (limited to 'test/lisp/mail')
| -rw-r--r-- | test/lisp/mail/footnote-tests.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/lisp/mail/footnote-tests.el b/test/lisp/mail/footnote-tests.el index 458964c306e..79f48072391 100644 --- a/test/lisp/mail/footnote-tests.el +++ b/test/lisp/mail/footnote-tests.el | |||
| @@ -18,12 +18,10 @@ | |||
| 18 | ;; You should have received a copy of the GNU General Public License | 18 | ;; You should have received a copy of the GNU General Public License |
| 19 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. | 19 | ;; along with this program. If not, see <https://www.gnu.org/licenses/>. |
| 20 | 20 | ||
| 21 | ;;; Commentary: | ||
| 22 | |||
| 23 | ;; | ||
| 24 | |||
| 25 | ;;; Code: | 21 | ;;; Code: |
| 26 | 22 | ||
| 23 | (require 'footnote) | ||
| 24 | |||
| 27 | (ert-deftest footnote-tests-same-place () | 25 | (ert-deftest footnote-tests-same-place () |
| 28 | (with-temp-buffer | 26 | (with-temp-buffer |
| 29 | (footnote-mode 1) | 27 | (footnote-mode 1) |