From 869a1f5516006aba36b927d447206f686206fbc1 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Mon, 23 Apr 2012 12:44:50 +0200 Subject: [PATCH] Fix modelines --- src/check.lisp | 2 +- src/classes.lisp | 2 +- src/explain.lisp | 2 +- src/package.lisp | 2 +- src/random.lisp | 2 +- src/run.lisp | 2 +- src/suite.lisp | 2 +- src/test.lisp | 2 +- src/utils.lisp | 2 +- t/example.lisp | 2 +- t/suite.lisp | 2 +- t/tests.lisp | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/check.lisp b/src/check.lisp index 39e9f4f..12c9bf0 100644 --- a/src/check.lisp +++ b/src/check.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/src/classes.lisp b/src/classes.lisp index 44a7899..fc4dc78 100644 --- a/src/classes.lisp +++ b/src/classes.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/src/explain.lisp b/src/explain.lisp index d29a870..12e5e1f 100644 --- a/src/explain.lisp +++ b/src/explain.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/src/package.lisp b/src/package.lisp index 1730788..ec84e56 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;;; * Introduction diff --git a/src/random.lisp b/src/random.lisp index 07b5eb9..446f710 100644 --- a/src/random.lisp +++ b/src/random.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/src/run.lisp b/src/run.lisp index 6a10b33..c5020fb 100644 --- a/src/run.lisp +++ b/src/run.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/src/suite.lisp b/src/suite.lisp index 5928227..362dc04 100644 --- a/src/suite.lisp +++ b/src/suite.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/src/test.lisp b/src/test.lisp index 9c52a0b..a8269c6 100644 --- a/src/test.lisp +++ b/src/test.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/src/utils.lisp b/src/utils.lisp index 05a7c5f..d23aff7 100644 --- a/src/utils.lisp +++ b/src/utils.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/t/example.lisp b/t/example.lisp index be9e113..c949511 100644 --- a/t/example.lisp +++ b/t/example.lisp @@ -1,4 +1,4 @@ -;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- ;;;; * FiveAM Example (poor man's tutorial) diff --git a/t/suite.lisp b/t/suite.lisp index 50b1a6f..46e5369 100644 --- a/t/suite.lisp +++ b/t/suite.lisp @@ -1,4 +1,4 @@ -;;;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) diff --git a/t/tests.lisp b/t/tests.lisp index 4cb094f..a5fec51 100644 --- a/t/tests.lisp +++ b/t/tests.lisp @@ -1,4 +1,4 @@ -;;;; -*- lisp -*- +;;;; -*- Mode: Lisp; indent-tabs-mode: nil -*- (in-package :it.bese.fiveam) -- 1.7.10.4