From f11c5cad2d9ffd566b6e1f3d1ffb6d7cf7c7e855 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Fri, 29 Mar 2013 01:26:05 +0100 Subject: [PATCH] Unix encoding. --- cl-inotify.asd | 2 +- grovel.lisp | 2 +- inotify.lisp | 2 +- package.lisp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cl-inotify.asd b/cl-inotify.asd index 1f9e6e9..be8a031 100644 --- a/cl-inotify.asd +++ b/cl-inotify.asd @@ -1,4 +1,4 @@ -;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-user; -*- +;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*- ;; Copyright (c) 2011-12, Olof-Joachim Frahm ;; All rights reserved. diff --git a/grovel.lisp b/grovel.lisp index 0faef4c..c59de22 100644 --- a/grovel.lisp +++ b/grovel.lisp @@ -1,4 +1,4 @@ -;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-inotify; -*- +;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-inotify; -*- ;; Copyright (c) 2011, Olof-Joachim Frahm ;; All rights reserved. diff --git a/inotify.lisp b/inotify.lisp index 0e27e6e..4340719 100644 --- a/inotify.lisp +++ b/inotify.lisp @@ -1,4 +1,4 @@ -;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-inotify; -*- +;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-inotify; -*- ;; Copyright (c) 2011-12, Olof-Joachim Frahm ;; All rights reserved. diff --git a/package.lisp b/package.lisp index 7470304..f67fc85 100644 --- a/package.lisp +++ b/package.lisp @@ -1,4 +1,4 @@ -;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-user; -*- +;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*- ;; Copyright (c) 2011-12, Olof-Joachim Frahm ;; All rights reserved. -- 1.7.10.4