From: Richard M. Stallman Date: Sat, 1 Jan 1994 05:26:26 +0000 (+0000) Subject: (manual-program): Deleted. X-Git-Tag: emacs-19.34~10455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3d2e9cea7eb0a9aafebef31302e341bd51c3dca4;p=emacs.git (manual-program): Deleted. --- diff --git a/lisp/paths.el b/lisp/paths.el index d3902816241..2f44f1680d5 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -121,12 +121,6 @@ Its name should end with a slash.") You may set this variable to nil in your `.emacs' file if you do not wish the terminal-initialization file to be loaded.") -;; Solaris 2 has both of these files; prefer /usr/ucb/man -;; because the other has nonstandard argument conventions. -(defconst manual-program (if (file-exists-p "/usr/ucb/man") - "/usr/ucb/man" "/usr/bin/man") - "Program to run to print man pages.") - (defconst abbrev-file-name (if (eq system-type 'vax-vms) "~/abbrev.def"