diff INSTALL @ 23353:2a5d306408cb

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Wed, 30 Sep 1998 19:07:17 +0000
parents 3f2ab6f2bb5c
children 526d645420b5
line wrap: on
line diff
--- a/INSTALL	Wed Sep 30 19:06:27 1998 +0000
+++ b/INSTALL	Wed Sep 30 19:07:17 1998 +0000
@@ -265,10 +265,6 @@
 		architecture-independent files Emacs might need while
 		running.  VERSION is as specified for `.../lisp'.
 
-`/usr/local/com/emacs/lock' contains files indicating who is editing
-		what, so Emacs can detect editing clashes between
-		users.
-
 `/usr/local/libexec/emacs/VERSION/CONFIGURATION-NAME' contains executable
 		programs used by Emacs that users are not expected to
 		run themselves.
@@ -345,14 +341,6 @@
 	same time; this means that you don't have to make Emacs
 	unavailable while installing a new version.
 
-`sharedstatedir' indicates where to put architecture-independent data files
-	that Emacs modifies while it runs; it defaults to
-	/usr/local/com.  We create the following
-	subdirectories under `sharedstatedir':
-	- `emacs/lock', containing files indicating who is editing
-		what, so Emacs can detect editing clashes between
-		users.
-
 `libexecdir' indicates where to put architecture-specific data files that
 	Emacs refers to as it runs; it defaults to `/usr/local/libexec'.
 	We create the following subdirectories under `libexecdir':
@@ -518,10 +506,7 @@
 distribution.  Instead, you should make sure that the existing `dir'
 file contains an appropriate menu entry for the Emacs info.
 
-3) Create a directory for Emacs to use for clash detection, named as
-indicated by the PATH_LOCK macro in `./src/paths.h'.
-
-4) Copy `./src/emacs' to `/usr/local/bin', or to some other directory
+3) Copy `./src/emacs' to `/usr/local/bin', or to some other directory
 in users' search paths.  `./src/emacs' has an alternate name
 `./src/emacs-EMACSVERSION'; you may wish to make a symbolic link named
 `/usr/local/bin/emacs' pointing to that alternate name, as an easy way
@@ -529,14 +514,14 @@
 
 You can delete `./src/temacs'.
 
-5) Copy the programs `b2m', `emacsclient', `ctags', `etags', and
+4) Copy the programs `b2m', `emacsclient', `ctags', `etags', and
 `rcs-checkin' from `./lib-src' to `/usr/local/bin'.  These programs are
 intended for users to run.
 
-6) Copy the man pages in `./etc' for emacs, ctags, and etags into the
+5) Copy the man pages in `./etc' for emacs, ctags, and etags into the
 appropriate man directories.
 
-7) The files in the `./src' subdirectory, except for `emacs', are not
+6) The files in the `./src' subdirectory, except for `emacs', are not
 used by Emacs once it is built.  However, it is very desirable to keep
 the source on line for debugging.