Skip to content

Commit

Permalink
e-lint: load cl.el
Browse files Browse the repository at this point in the history
  • Loading branch information
tvraman committed Apr 9, 2015
1 parent ae288ce commit b2c2939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/e-lint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
#$Iid:$
LOAD="-l advice.el -l cl-macs.el -l emacspeak-load-path.el \
LOAD="-l advice.el -l cl-macs.el -l emacspeak-load-path.el -l cl.elc \
-l emacspeak-loaddefs.el -L ./g-client"
echo "$@" | \
emacs -batch -q $LOAD -f elint-file

0 comments on commit b2c2939

Please sign in to comment.