projects
/
obsolete
/
notmuch-old
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746a13e
)
test: do not set frame width in emacs
author
Dmitry Kurochkin
<dmitry.kurochkin@gmail.com>
Fri, 1 Jul 2011 04:55:18 +0000
(08:55 +0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/test/test-lib.el
b/test/test-lib.el
index a78393684c4e4b308f3e822e6eae1c593ebfb89a..97ae5938da62a42eb778c626429783350bca93d8 100644
(file)
--- 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