# HG changeset patch # User Richard M. Stallman # Date 764137272 0 # Node ID 722cd14b5f940d0bb64a07174f119f9ea92bbff4 # Parent 050f711140e03ee3b961c8a95d04e1892df0d507 (mh-progs, mh-lib): Deleted. diff -r 050f711140e0 -r 722cd14b5f94 lisp/paths.el --- a/lisp/paths.el Sun Mar 20 04:05:48 1994 +0000 +++ b/lisp/paths.el Sun Mar 20 04:21:12 1994 +0000 @@ -80,28 +80,13 @@ "*The name of your organization, as a string. The `ORGANIZATION' environment variable is used instead if defined.") -(defvar mh-progs - (cond ((file-directory-p "/usr/bin/mh/") "/usr/bin/mh/") ;Ultrix 4.2 - ((file-directory-p "/usr/new/mh/") "/usr/new/mh/") ;Ultrix <4.2 - ((file-directory-p "/usr/local/bin/mh/") "/usr/local/bin/mh/") - ((file-directory-p "/usr/local/mh/") "/usr/local/mh/") - (t "/usr/local/bin/")) - "Directory containing MH commands.") - -(defvar mh-lib - (cond ((file-directory-p "/usr/lib/mh/") "/usr/lib/mh/") ;Ultrix 4.2 - ((file-directory-p "/usr/new/lib/mh/") "/usr/new/lib/mh/") ;Ultrix <4.2 - ((file-directory-p "/usr/local/lib/mh/") "/usr/local/lib/mh/") - (t "/usr/local/bin/mh/")) - "Directory of MH library.") +(defvar gnus-startup-file "~/.newsrc" + "The file listing groups to which user is subscribed. +Will use `gnus-startup-file'-SERVER instead if exists.") (defvar rmail-file-name "~/RMAIL" "Name of user's primary mail file.") -(defvar gnus-startup-file "~/.newsrc" - "The file listing groups to which user is subscribed. -Will use `gnus-startup-file'-SERVER instead if exists.") - (defconst rmail-spool-directory (cond ((memq system-type '(dgux hpux usg-unix-v unisoft-unix rtu irix)) "/usr/mail/")