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:
commit
9daffe9cfe
61 changed files with 2050 additions and 1205 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue