Fix some fallout from the script to correct/add Emacs and ViM syntax
authorMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 3 Sep 2015 20:16:12 +0000 (16:16 -0400)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 3 Sep 2015 20:16:12 +0000 (16:16 -0400)
directives.  Some files had more than one existing Emacs directives,
breaking the script which didn't expect this.

src/clos/walk.lsp
src/lsp/defpackage.lsp

index e009cf6..2586dec 100644 (file)
@@ -1,5 +1,4 @@
-;;;; -*- Mode: Lisp; Syntax: Common-Lisp; indent-tabs-mode: nil; Package: CLOS
-(WALKER -*-
+;;;; -*- Mode: Lisp; Syntax: Common-Lisp; indent-tabs-mode: nil; Package: WALKER
 ;;;; vim: set filetype=lisp tabstop=8 shiftwidth=2 expandtab:
 
 ;;;;
index 5fc3be1..8282fd8 100644 (file)
@@ -1,5 +1,4 @@
 ;;;; -*- Mode: Lisp; Syntax: Common-Lisp; indent-tabs-mode: nil; Package: SYSTEM
-(DEFPACKAGE -*-
 ;;;; vim: set filetype=lisp tabstop=8 shiftwidth=2 expandtab:
 
 ;;;;