test: do not set frame width in emacs

No need for `set-frame-width' in emacs tests since it runs in
screen now.
This commit is contained in:
Dmitry Kurochkin 2011-07-01 08:55:18 +04:00 committed by David Bremner
parent 746a13e6f4
commit 95cf33cc78

View 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