1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00

Merge remote-tracking branch 'savannah/master' into HEAD

This commit is contained in:
Andrea Corallo 2020-05-24 10:20:23 +01:00
commit 9daffe9cfe
61 changed files with 2050 additions and 1205 deletions

View file

@ -1327,4 +1327,10 @@ with parameters from the *Messages* buffer modification."
(set-buffer-multibyte t)
(buffer-string)))))))
;; https://debbugs.gnu.org/33492
(ert-deftest buffer-tests-buffer-local-variables-undo ()
"Test that `buffer-undo-list' appears in `buffer-local-variables'."
(with-temp-buffer
(should (assq 'buffer-undo-list (buffer-local-variables)))))
;;; buffer-tests.el ends here