[1110] in NetBSD-Development
No subject found in mail header
daemon@ATHENA.MIT.EDU (Greg Stark)
Mon Nov 6 13:56:04 1995
Date: Mon, 6 Nov 1995 13:55:12 -0500
From: Greg Stark <gsstark@MIT.EDU>
To: netbsd-dev@MIT.EDU
this is wrong for the same reason it was wrong on ringworld, in the emacs19
locker and the sgi packs, all of which i've reported. i've also reported it to
here, but it seems to have been broken further instead of simply removed.
default.el:
(if (not (file-exists-p "/usr/athena/bin/man"))
(setq manual-program "/usr/bin/man"))
there is no reason at all to try to set this variable in default.el, it's a
user customization variable, the default "man" searches the user's path which
is the correct behaviour.
greg