From 32460473f1d48646600554bdcfa06d14bec68738 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 6 May 1991 22:28:50 +0000 Subject: [PATCH] Dired mode should inherit from Read-only. --- v7/src/edwin/dired.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/dired.scm b/v7/src/edwin/dired.scm index 9f3734a22..016686366 100644 --- a/v7/src/edwin/dired.scm +++ b/v7/src/edwin/dired.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/dired.scm,v 1.108 1991/04/21 01:48:46 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/dired.scm,v 1.109 1991/05/06 22:28:50 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology ;;; @@ -46,7 +46,7 @@ (declare (usual-integrations)) -(define-major-mode dired fundamental "Dired" +(define-major-mode dired read-only "Dired" "Mode for \"editing\" directory listings. In dired, you are \"editing\" a list of the files in a directory. You can move using the usual cursor motion commands. -- 2.25.1