From fad76d08b80456fa9d8dde7b627b1971e98ebe05 Mon Sep 17 00:00:00 2001 From: "Robert P. Goldman" <rpgoldman@gmail.com> Date: Sun, 9 Feb 2014 22:19:50 -0600 Subject: [PATCH] Avoid code loss by making the concatenated file read-only in emacs. --- header.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.lisp b/header.lisp index 9a396c362..2e1c8ed4f 100644 --- a/header.lisp +++ b/header.lisp @@ -1,4 +1,4 @@ -;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp -*- +;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- ;;; This is ASDF 3.1.0.63: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: -- GitLab