]> git.notmuchmail.org Git - notmuch/commit
test/emacs: force *Messages* buffer to be writable
authorDavid Bremner <david@tethera.net>
Sat, 25 Oct 2014 06:53:29 +0000 (08:53 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 25 Oct 2014 08:39:07 +0000 (10:39 +0200)
commit1de97ee586cd3306b5fd7eb665db3f84061ed94b
tree788d8666afc6f70b5334927f41a5c74d39267d0b
parentb4278d4e8e95663ce4bab346a1a9d47a3206bb4a
test/emacs: force *Messages* buffer to be writable

In emacs 24.4 the messages buffer starts being read-only, which kills
these tests.  This seems to be the point of the variable
inihibit-read-only, which has existed at least since emacs 21.
test/T310-emacs.sh
test/T450-emacs-show.sh