Skip to content

Commit

Permalink
Add "indent-tabs-mode: nil" to modelines
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Jun 4, 2010
1 parent 979fe2a commit 4dd5121
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ccl.lisp
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


;;; This software is in the public domain and is ;;; This software is in the public domain and is
;;; provided with absolutely no warranty. ;;; provided with absolutely no warranty.
Expand Down
2 changes: 1 addition & 1 deletion package.lisp
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


(defpackage :swap-bytes (defpackage :swap-bytes
(:use #:cl (:use #:cl
Expand Down
2 changes: 1 addition & 1 deletion portable.lisp
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


;;; This software is in the public domain and is ;;; This software is in the public domain and is
;;; provided with absolutely no warranty. ;;; provided with absolutely no warranty.
Expand Down
2 changes: 1 addition & 1 deletion sbcl-defknowns.lisp
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


;;; This software is in the public domain and is ;;; This software is in the public domain and is
;;; provided with absolutely no warranty. ;;; provided with absolutely no warranty.
Expand Down
2 changes: 1 addition & 1 deletion sbcl-vops.lisp
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


;;; This software is in the public domain and is ;;; This software is in the public domain and is
;;; provided with absolutely no warranty. ;;; provided with absolutely no warranty.
Expand Down
2 changes: 1 addition & 1 deletion sbcl.lisp
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


;;; This software is in the public domain and is ;;; This software is in the public domain and is
;;; provided with absolutely no warranty. ;;; provided with absolutely no warranty.
Expand Down
2 changes: 1 addition & 1 deletion swap-bytes.asd
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


(defpackage :swap-bytes-system (defpackage :swap-bytes-system
(:use :common-lisp :asdf)) (:use :common-lisp :asdf))
Expand Down
2 changes: 1 addition & 1 deletion test.lisp
@@ -1,4 +1,4 @@
;;; -*- Mode: Lisp -*- ;;; -*- Mode: Lisp; indent-tabs-mode: nil -*-


;;; This software is in the public domain and is ;;; This software is in the public domain and is
;;; provided with absolutely no warranty. ;;; provided with absolutely no warranty.
Expand Down

0 comments on commit 4dd5121

Please sign in to comment.