From 8b416dc4ba9192fe4889a9cb0f83dc15c7b815bc Mon Sep 17 00:00:00 2001 Message-Id: <8b416dc4ba9192fe4889a9cb0f83dc15c7b815bc.1718768913.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 1 Jul 2020 20:27:47 +0100 Subject: [PATCH] dot/swank.lisp: Put the right number of `;;;' in the Emacs header. Organization: Straylight/Edgeware From: Mark Wooding --- dot/swank.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/swank.lisp b/dot/swank.lisp index 30870d4..2000f61 100644 --- a/dot/swank.lisp +++ b/dot/swank.lisp @@ -1,4 +1,4 @@ -;; -*-lisp-*- +;;; -*-lisp-*- #+mdw (cl:in-package #:mdw-hacks) -- [mdw]