[PATCH 08/13] test: do not set frame width in emacs

Subject: [PATCH 08/13] test: do not set frame width in emacs

Date: Mon, 3 Oct 2011 18:47:22 +0200

To: notmuch@notmuchmail.org

Cc:

From: Thomas Jost


From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>

No need for `set-frame-width' in emacs tests since it runs in
screen now.
---
 test/test-lib.el |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/test/test-lib.el b/test/test-lib.el
index a783936..97ae593 100644
--- a/test/test-lib.el
+++ b/test/test-lib.el
@@ -20,9 +20,6 @@
 ;;
 ;; Authors: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>
 
-;; 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
-- 
1.7.6.4


Thread: