aboutsummaryrefslogtreecommitdiffstats
path: root/test/src/buffer-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/buffer-tests.el')
-rw-r--r--test/src/buffer-tests.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/src/buffer-tests.el b/test/src/buffer-tests.el
index 6e87cb94897..6e9764625a9 100644
--- a/test/src/buffer-tests.el
+++ b/test/src/buffer-tests.el
@@ -1327,4 +1327,10 @@ with parameters from the *Messages* buffer modification."
1327 (set-buffer-multibyte t) 1327 (set-buffer-multibyte t)
1328 (buffer-string))))))) 1328 (buffer-string)))))))
1329 1329
1330;; https://debbugs.gnu.org/33492
1331(ert-deftest buffer-tests-buffer-local-variables-undo ()
1332 "Test that `buffer-undo-list' appears in `buffer-local-variables'."
1333 (with-temp-buffer
1334 (should (assq 'buffer-undo-list (buffer-local-variables)))))
1335
1330;;; buffer-tests.el ends here 1336;;; buffer-tests.el ends here