mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
This commit is contained in:
commit
ed1045613e
1 changed files with 5 additions and 1 deletions
|
|
@ -1515,7 +1515,11 @@ with parameters from the *Messages* buffer modification."
|
|||
(should (eq (buffer-modified-p) 'autosaved))
|
||||
(insert "zot")
|
||||
(restore-buffer-modified-p 'autosaved)
|
||||
(should (eq (buffer-modified-p) 'autosaved))))
|
||||
(should (eq (buffer-modified-p) 'autosaved))
|
||||
|
||||
;; Clean up.
|
||||
(when (file-exists-p buffer-auto-save-file-name)
|
||||
(delete-file buffer-auto-save-file-name))))
|
||||
|
||||
(ert-with-temp-file file
|
||||
(with-current-buffer (find-file file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue