diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/electric-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/electric-tests.el b/test/lisp/electric-tests.el index 1263767476e..efa42429b37 100644 --- a/test/lisp/electric-tests.el +++ b/test/lisp/electric-tests.el | |||
| @@ -909,7 +909,7 @@ baz\"\"" | |||
| 909 | (should (equal (buffer-string) "int main () {\n \n}")))) | 909 | (should (equal (buffer-string) "int main () {\n \n}")))) |
| 910 | 910 | ||
| 911 | (ert-deftest electric-layout-control-reindentation () | 911 | (ert-deftest electric-layout-control-reindentation () |
| 912 | "Same as `emacs-lisp-int-main-kernel-style', but checking | 912 | "Same as `electric-layout-int-main-kernel-style', but checking |
| 913 | Bug#35254." | 913 | Bug#35254." |
| 914 | (ert-with-test-buffer () | 914 | (ert-with-test-buffer () |
| 915 | (plainer-c-mode) | 915 | (plainer-c-mode) |