branch: externals/heap commit 32e75bbe40723b004fd41ed7e51e5b4133766d3f Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* heap.el: Fix first line format --- heap.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/heap.el b/heap.el index c526e9a..fe86be0 100644 --- a/heap.el +++ b/heap.el @@ -1,5 +1,4 @@ -;; -*- lexical-binding: t; -*- -;;; heap.el --- Heap (a.k.a. priority queue) data structure +;;; heap.el --- Heap (a.k.a. priority queue) data structure -*- lexical-binding: t; -*- ;; Copyright (C) 2004-2006, 2008, 2012-2013, 2017 Free Software Foundation, Inc