summaryrefslogtreecommitdiff
path: root/lisp/paths.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-01 05:26:26 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-01 05:26:26 +0000
commit3d2e9cea7eb0a9aafebef31302e341bd51c3dca4 (patch)
treef30851eb61311e0e7d18f0ebc61d16ab5306bf81 /lisp/paths.el
parenta7e8247287d006c4425737f219f15276a6a2cd17 (diff)
downloademacs-3d2e9cea7eb0a9aafebef31302e341bd51c3dca4.tar.gz
(manual-program): Deleted.
Diffstat (limited to 'lisp/paths.el')
-rw-r--r--lisp/paths.el6
1 files changed, 0 insertions, 6 deletions
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"