branch: externals/heap
commit 8ece2add4e8e52d8e27ea114e6ba3d9fdc8d994a
Author: Toby S. Cubitt <[email protected]>
Commit: Toby S. Cubitt <[email protected]>
Enable lexical binding, and fix issues it picks up.
---
heap.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/heap.el b/heap.el
index 23932a6..b59cae9 100644
--- a/heap.el
+++ b/heap.el
@@ -1,3 +1,4 @@
+;; -*- lexical-binding: t; -*-
;;; heap.el --- Heap (a.k.a. priority queue) data structure
;; Copyright (C) 2004-2006, 2008, 2012 Free Software Foundation, Inc