]> git.notmuchmail.org Git - notmuch/commitdiff
test: do not set frame width in emacs
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Fri, 1 Jul 2011 04:55:18 +0000 (08:55 +0400)
committerDavid Bremner <bremner@debian.org>
Sun, 6 Nov 2011 00:55:57 +0000 (21:55 -0300)
No need for `set-frame-width' in emacs tests since it runs in
screen now.

test/test-lib.el

index a78393684c4e4b308f3e822e6eae1c593ebfb89a..97ae5938da62a42eb778c626429783350bca93d8 100644 (file)
@@ -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