1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(manual-program): Deleted.

This commit is contained in:
Richard M. Stallman 1994-01-01 05:26:26 +00:00
parent a7e8247287
commit 3d2e9cea7e

View File

@ -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"