From: Dmitry Gutov Date: Thu, 9 May 2013 03:38:53 +0000 (+0400) Subject: Use stable URL for ERT X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/f06ba5a6a919049f169d7507433b8f4f85b5b90c Use stable URL for ERT --- diff --git a/Makefile b/Makefile index a4bebd1e4..20c472e93 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ EMACS=emacs CURL=curl --silent -ERT_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el +ERT_URL=http://git.savannah.gnu.org/cgit/emacs.git/plain/lisp/emacs-lisp/ert.el?h=emacs-24 .PHONY: ert test test-batch