From: Dmitry Kurochkin Date: Fri, 1 Jul 2011 04:55:18 +0000 (+0400) Subject: test: do not set frame width in emacs X-Git-Tag: 0.10_rc1~38 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=95cf33cc78c318e9833e9c9fe0a656b6a80e6bea test: do not set frame width in emacs No need for `set-frame-width' in emacs tests since it runs in screen now. --- diff --git a/test/test-lib.el b/test/test-lib.el index a7839368..97ae5938 100644 --- a/test/test-lib.el +++ b/test/test-lib.el @@ -20,9 +20,6 @@ ;; ;; Authors: Dmitry Kurochkin -;; avoid crazy 10-column default of --batch -(set-frame-width (window-frame (get-buffer-window)) 80) - ;; `read-file-name' by default uses `completing-read' function to read ;; user input. It does not respect `standard-input' variable which we ;; use in tests to provide user input. So replace it with a plain