From xemacs-m  Mon Jan 27 10:51:47 1997
Received: from wmperry.in.aventail.com (wmperry@wmperry.oz.net [207.13.185.53])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id KAA18154 for <xemacs-beta@xemacs.org>; Mon, 27 Jan 1997 10:51:28 -0600 (CST)
Received: (from wmperry@localhost) by wmperry.in.aventail.com (8.7.6/8.7.3) id IAA00826; Mon, 27 Jan 1997 08:55:32 -0800
Date: Mon, 27 Jan 1997 08:55:32 -0800
Message-Id: <199701271655.IAA00826@wmperry.in.aventail.com>
From: "William M. Perry" <wmperry@aventail.com>
To: xemacs-beta@xemacs.org
Subject: Patch for manual lossage on non-sysv machines
Errors-to: wmperry@aventail.com
Reply-to: wmperry@aventail.com
X-Face: O~Rn;(l][/-o1sALg4A@xpE:9-"'IR[%;,,!m7</SYF`{vYQ(&RI1&EiH[FvT;J}@f!4kfz
 x_!Y#=y{Uuj9GvUi=cPuajQ(Z42R[wE@{G,sn$qGr5g/wnb*"*ktI+,CD}1Z'wxrM2ag-r0p5I6\nA
 [WJopW_J.WY;

Ack - Manual-entry-switches was unconditionally set.  This var shouldn't
even be set from what I can tell - Manual-entry-section-switch is correctly
conditionalized on system-type.

-Bill P.

*** man.el	1997/01/27 16:54:17	1.1
--- man.el	1997/01/27 16:54:20
***************
*** 575,581 ****
  	(error (buffer-substring (point) (progn (end-of-line) (point))))))
    nil)
  
! (defvar Manual-entry-switches '("-s")
    "Switches for `manual-entry' including switch for section (at the end).")
  (defvar Manual-apropos-switches nil
    "Additional switches for `Manpage-apropos' excluding switch `-k'.")
--- 575,581 ----
  	(error (buffer-substring (point) (progn (end-of-line) (point))))))
    nil)
  
! (defvar Manual-entry-switches nil
    "Switches for `manual-entry' including switch for section (at the end).")
  (defvar Manual-apropos-switches nil
    "Additional switches for `Manpage-apropos' excluding switch `-k'.")

