mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
746a13e6f4
commit
95cf33cc78
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue