diff options
Diffstat (limited to 'test/lisp/dabbrev-tests.el')
-rw-r--r-- | test/lisp/dabbrev-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/dabbrev-tests.el b/test/lisp/dabbrev-tests.el index 0b20dcf9213..e4b78373915 100644 --- a/test/lisp/dabbrev-tests.el +++ b/test/lisp/dabbrev-tests.el @@ -70,3 +70,5 @@ multiple expansions." ;; C-u C-u C-M-/ (execute-kbd-macro [21 21 201326639])) (should (string= (buffer-string) "abc\na"))))) + +;;; dabbrev-tests.el ends here |