Changeset - 7031027d60c1
[Not reviewed]
0 1 0
Sergey Pashinin - 12 years ago 2014-02-26 00:10:50
sergey@pashinin.com
Do not load ido.el when testing
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
Makefile
Show inline comments
 
@@ -7,8 +7,8 @@ TRAVIS_FILE = .travis.yml
 

	
 
# Compile with noninteractive and relatively clean environment.
 
BATCHFLAGS = -batch -q --no-site-file
 
FLAGS = -L src -batch -l ido.el -l workgroups2.el --eval "(ido-mode t)"
 
FLAGSWG = -L src -batch -l cl-lib.el -l ido.el -l workgroups2.el --eval "(ido-mode t)" --eval "(workgroups-mode 1)"
 
FLAGS =   -L src -batch -l workgroups2.el --eval "(ido-mode t)"
 
FLAGSWG = -L src -batch -l workgroups2.el --eval "(ido-mode t)" --eval "(workgroups-mode 1)"
 
WGCMD = ${EMACS} $(FLAGSWG) --debug-init --eval
 

	
 
clean:
0 comments (0 inline, 0 general)