summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-12-24 21:41:08 +0000
committerSean Whitton <spwhitton@spwhitton.name>2017-12-24 21:41:08 +0000
commitb91b58e3c3350c186c1ffddad6e0acd61cfcce82 (patch)
treed45676a0a28d78a20433231831e920cd64274804
parent5253f51c24dee02eec3ef42f54289fb4ae7d6a11 (diff)
Commit Debian 3.0 (quilt) metadata
[dgit (4.0) quilt-fixup]
-rw-r--r--debian/patches/debian-changes16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes
index c897dc4..3fd275f 100644
--- a/debian/patches/debian-changes
+++ b/debian/patches/debian-changes
@@ -73,3 +73,19 @@ A single combined diff, containing all the changes, follows.
## License
+--- clojure-mode-5.6.1.orig/test/test-helper.el
++++ clojure-mode-5.6.1/test/test-helper.el
+@@ -25,13 +25,6 @@
+
+ (message "Running tests on Emacs %s" emacs-version)
+
+-(let* ((current-file (if load-in-progress load-file-name (buffer-file-name)))
+- (source-directory (locate-dominating-file current-file "Cask"))
+- ;; Do not load outdated byte code for tests
+- (load-prefer-newer t))
+- ;; Load the file under test
+- (load (expand-file-name "clojure-mode" source-directory)))
+-
+ (defmacro def-refactor-test (name before after &rest body)
+ (declare (indent 3))
+ `(progn