diff options
| -rw-r--r-- | lisp/paths.el | 6 |
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.") | |||
| 121 | You may set this variable to nil in your `.emacs' file if you do not wish | 121 | You may set this variable to nil in your `.emacs' file if you do not wish |
| 122 | the terminal-initialization file to be loaded.") | 122 | the terminal-initialization file to be loaded.") |
| 123 | 123 | ||
| 124 | ;; Solaris 2 has both of these files; prefer /usr/ucb/man | ||
| 125 | ;; because the other has nonstandard argument conventions. | ||
| 126 | (defconst manual-program (if (file-exists-p "/usr/ucb/man") | ||
| 127 | "/usr/ucb/man" "/usr/bin/man") | ||
| 128 | "Program to run to print man pages.") | ||
| 129 | |||
| 130 | (defconst abbrev-file-name | 124 | (defconst abbrev-file-name |
| 131 | (if (eq system-type 'vax-vms) | 125 | (if (eq system-type 'vax-vms) |
| 132 | "~/abbrev.def" | 126 | "~/abbrev.def" |